summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authortwinaphex2015-11-08 02:44:54 +0100
committertwinaphex2015-11-08 02:44:54 +0100
commitee44145406cbe2c1a77772c02683ed3f578c737d (patch)
tree1ddae5dad067c9d1011f636314709aa4ffdb0f59 /Makefile.common
parent427472f8d3a4735a9f533b283df884f37731776a (diff)
downloadsnes9x2002-ee44145406cbe2c1a77772c02683ed3f578c737d.tar.gz
snes9x2002-ee44145406cbe2c1a77772c02683ed3f578c737d.tar.bz2
snes9x2002-ee44145406cbe2c1a77772c02683ed3f578c737d.zip
Start adding counterparts to ARM ASM codepaths
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 16b27bb..c285ba9 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -31,9 +31,7 @@ SOURCES += $(CORE_DIR)/sdd1emu.cpp
SOURCES += $(CORE_DIR)/snapshot.cpp
SOURCES += $(CORE_DIR)/soundux.cpp
SOURCES += $(CORE_DIR)/spc700.cpp
-SOURCES += $(CORE_DIR)/spc700a.s
SOURCES += $(CORE_DIR)/srtc.cpp
-SOURCES += $(CORE_DIR)/spc_decode.S
SOURCES += $(CORE_DIR)/tile16.cpp
SOURCES += $(CORE_DIR)/tile16add.cpp
SOURCES += $(CORE_DIR)/tile16add1_2.cpp
@@ -57,6 +55,10 @@ SOURCES += $(CORE_DIR)/rops.cpp
SOURCES += $(LIBRETRO_DIR)/libretro.cpp
SOURCES += $(LIBRETRO_DIR)/memstream.c
+ifeq ($(ARM_ASM), 1)
+SOURCES += $(CORE_DIR)/spc700a.s \
+ $(CORE_DIR)/spc_decode.S
+endif
SOURCES += $(CORE_DIR)/os9x_65c816_global.s
SOURCES += $(CORE_DIR)/os9x_65c816_spcasm.s