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 eace189..2c015a8 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 ($(LOAD_FROM_MEMORY),1)
FLAGS += -DLOAD_FROM_MEMORY
else ifneq ($(STATIC_LINKING), 1)