diff options
author | Max <mparisi@stevens.edu> | 2020-09-15 11:57:43 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-15 11:57:43 -0400 |
commit | e96e15af426ba2f7fc87ea63d0974a1aa7762412 (patch) | |
tree | 89c80623dc79455453961d591510a47e4a0395ae | |
parent | 3c02ef9ea299c9f78ff9df4322bcf4d9130213c0 (diff) |
delete OSAlloc_asm.s
-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 \ |