summaryrefslogtreecommitdiff
path: root/obj_files.mk
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-10-03 09:41:11 -0400
committerMax <mparisi@stevens.edu>2020-10-03 09:41:11 -0400
commitbf21a777f865ed873a131c602da1086a31bbfe1f (patch)
tree356fa8fc517c5768c8894c42c5cbd171fc9f282d /obj_files.mk
parentffcd41450b3cf48f33a7790ed151467e666b6d51 (diff)
split GXDisplayList, GXDraw, GXPerf, GXTransform
Diffstat (limited to 'obj_files.mk')
-rw-r--r--obj_files.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk
index 67af513..f6e4e27 100644
--- a/obj_files.mk
+++ b/obj_files.mk
@@ -171,6 +171,12 @@ TEXT_O_FILES := \
$(BUILD_DIR)/asm/SDK/GX/GXTev.o \
$(BUILD_DIR)/asm/SDK/GX/GXPixel.o \
$(BUILD_DIR)/asm/text_8.o \
+ $(BUILD_DIR)/asm/SDK/GX/GXDraw.o \
+ $(BUILD_DIR)/asm/text_8_2.o \
+ $(BUILD_DIR)/asm/SDK/GX/GXDisplayList.o \
+ $(BUILD_DIR)/asm/SDK/GX/GXTransform.o \
+ $(BUILD_DIR)/asm/SDK/GX/GXPerf.o \
+ $(BUILD_DIR)/asm/text_8_3.o \
$(BUILD_DIR)/asm/text_9.o \
$(BUILD_DIR)/asm/text_10.o \
$(BUILD_DIR)/src/GameSpy/darray.o \