summaryrefslogtreecommitdiffstats
path: root/vm/Dvm.mk
diff options
context:
space:
mode:
Diffstat (limited to 'vm/Dvm.mk')
-rw-r--r--vm/Dvm.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/vm/Dvm.mk b/vm/Dvm.mk
index fa238662c..ca895367d 100644
--- a/vm/Dvm.mk
+++ b/vm/Dvm.mk
@@ -275,7 +275,8 @@ ifeq ($(dvm_arch),arm)
ifeq ($(WITH_JIT),true)
LOCAL_SRC_FILES += \
- compiler/codegen/arm/Codegen-$(dvm_arch_variant).c \
+ compiler/codegen/arm/RallocUtil.c \
+ compiler/codegen/arm/$(dvm_arch_variant)/Codegen.c \
compiler/codegen/arm/Assemble.c \
compiler/codegen/arm/ArchUtility.c \
compiler/codegen/arm/LocalOptimizations.c \