diff options
-rw-r--r-- | asm/SDK/OS/OSAlloc_asm.s | 4 | ||||
-rw-r--r-- | obj_files.mk | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/asm/SDK/OS/OSAlloc_asm.s b/asm/SDK/OS/OSAlloc_asm.s deleted file mode 100644 index 47b234e..0000000 --- a/asm/SDK/OS/OSAlloc_asm.s +++ /dev/null @@ -1,4 +0,0 @@ -.include "macros.inc" - -.section .text, "ax" # 0x80006980 - 0x803E1E60 - diff --git a/obj_files.mk b/obj_files.mk index d5b4893..9b35da5 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -18,7 +18,6 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/SDK/OS/OS.o \ $(BUILD_DIR)/asm/SDK/OS/OSAlarm.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/SDK/OS/OSCache.o \ |