summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
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)