diff options
author | Max <mparisi@stevens.edu> | 2020-09-30 12:35:40 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-30 12:35:40 -0400 |
commit | 1b17a219535657dc53050d72664be2a08ec537ae (patch) | |
tree | cba09d1e69b4c75d2b46fbaca16edd33b5f28a83 /obj_files.mk | |
parent | f56cf1a30c907ee8131546ab6038894aa2d94afd (diff) |
split exi2.s
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index e7f2e1b..f2ce2dc 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -99,6 +99,7 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/MetroTRK/CircleBuffer.o \ $(BUILD_DIR)/asm/MetroTRK/MWCriticalSection_gc.o \ $(BUILD_DIR)/asm/SDK/DebuggerDriver.o \ + $(BUILD_DIR)/asm/SDK/exi2.o \ $(BUILD_DIR)/asm/text_6_2.o \ $(BUILD_DIR)/asm/text_7.o \ $(BUILD_DIR)/asm/SDK/OS/OS.o \ |