summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/spec b/spec/spec
index 76615133b..f89c5e8ad 100644
--- a/spec/spec
+++ b/spec/spec
@@ -85,7 +85,11 @@ beginseg
include "$(BUILD_DIR)/src/boot/build.o"
// RSP microcode
- include "$(BUILD_DIR)/data/rspboot.o"
+#if PLATFORM_N64
+ include "$(BUILD_DIR)/rsp/rspboot_ap.o"
+#else
+ include "$(BUILD_DIR)/rsp/rspboot.o"
+#endif
include "$(BUILD_DIR)/data/cic6105.o"
// Extra files for non-matching debug builds