summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorbmaupin2019-10-03 13:24:32 -0400
committerbmaupin2019-10-20 14:58:51 -0400
commita60de42f3a7fba8e22d5b2a602a035c68ea4223c (patch)
treecc0ddb321febbce3925d404b7340da7704dfe582 /Makefile.common
parent89e55e9902195a59d1404250b05b3eca7aba1142 (diff)
downloadpicogpsp-a60de42f3a7fba8e22d5b2a602a035c68ea4223c.tar.gz
picogpsp-a60de42f3a7fba8e22d5b2a602a035c68ea4223c.tar.bz2
picogpsp-a60de42f3a7fba8e22d5b2a602a035c68ea4223c.zip
Get dynarec working again for PSP
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 312b18b..dc8c106 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -29,6 +29,9 @@ endif
ifeq ($(CPU_ARCH), arm)
SOURCES_ASM += $(CORE_DIR)/arm/arm_stub.S
endif
+ifeq ($(CPU_ARCH), mips)
+SOURCES_ASM += $(CORE_DIR)/psp/mips_stub.S
+endif
endif
ifeq ($(CPU_ARCH), arm)