diff options
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/obj_files.mk b/obj_files.mk index 10ae3c9..dd297d3 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -17,7 +17,8 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/text_7.o \ $(BUILD_DIR)/asm/SDK/OS/OS.o \ $(BUILD_DIR)/asm/SDK/OS/OSAlarm.o \ - $(BUILD_DIR)/asm/SDK/OS/OSAlloc.o \ + $(BUILD_DIR)/src/SDK/OS/OSAlloc.o \ + $(BUILD_DIR)/asm/SDK/OS/OSAlloc_asm.o \ $(BUILD_DIR)/asm/SDK/OS/OSArena.o \ $(BUILD_DIR)/asm/SDK/OS/OSAudioSystem.o \ $(BUILD_DIR)/asm/text_7_2.o \ |