diff options
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 2 |
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 \ |