aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 80575db..15c4a8e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -48,6 +48,10 @@ else
$(CORE_DIR)/spc700.c
endif
+ifeq ($(ARM_ASM),1)
+FLAGS += -DARM_ASM
+endif
+
ifeq ($(USE_DYNAREC),1)
SOURCES_C += \
$(CORE_DIR)/arm_dynarec/dynaexec.c \