summaryrefslogtreecommitdiff
path: root/obj_files.mk
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-10-04 13:41:31 -0400
committerMax <mparisi@stevens.edu>2020-10-04 13:41:31 -0400
commitdb7f2f608adc0e77d64e5862c0e3fce12d0857de (patch)
treede940633b2eae3a836a6f9b9981b58ce3bacece9 /obj_files.mk
parente457926b92491f7dbf772e8953382d3174eceb1d (diff)
split THPDec.s and THPAudio.s
Diffstat (limited to 'obj_files.mk')
-rw-r--r--obj_files.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk
index a9c1dc5..e2abcf4 100644
--- a/obj_files.mk
+++ b/obj_files.mk
@@ -209,6 +209,8 @@ TEXT_O_FILES := \
$(BUILD_DIR)/asm/SDK/DSP/dsp_debug.o \
$(BUILD_DIR)/asm/SDK/DSP/dsp_task.o \
$(BUILD_DIR)/asm/SDK/TPL/TPL.o \
+ $(BUILD_DIR)/asm/SDK/THP/THPDec.o \
+ $(BUILD_DIR)/asm/SDK/THP/THPAudio.o \
$(BUILD_DIR)/asm/text_8_6.o \
$(BUILD_DIR)/asm/text_9.o \
$(BUILD_DIR)/asm/text_10.o \