diff options
author | Max <mparisi@stevens.edu> | 2020-10-07 17:41:10 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-07 17:41:10 -0400 |
commit | 8bdbd1d2b5b2527689139dfda3f641c99c9b78ef (patch) | |
tree | 0451d5383057aafc4ebb6ccde36805a15bb524b9 /obj_files.mk | |
parent | 4043dc5ee3c5457fb332042acccaa6e4ec132332 (diff) |
split scapi, scapi_prdinfo, wenc, and arc
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index a24444c..193be01 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -304,6 +304,10 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/SDK/NAND/NANDCore.o \ $(BUILD_DIR)/asm/SDK/NAND/NANDCheck.o \ $(BUILD_DIR)/asm/SDK/SC/scsystem.o \ + $(BUILD_DIR)/asm/SDK/SC/scapi.o \ + $(BUILD_DIR)/asm/SDK/SC/scapi_prdinfo.o \ + $(BUILD_DIR)/asm/SDK/WENC/wenc.o \ + $(BUILD_DIR)/asm/SDK/ARC/arc.o \ $(BUILD_DIR)/asm/text_9.o \ $(BUILD_DIR)/asm/text_10.o \ $(BUILD_DIR)/src/GameSpy/darray.o \ |