summaryrefslogtreecommitdiff
path: root/obj_files.mk
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-09-30 19:40:16 +0100
committerGitHub <noreply@github.com>2020-09-30 19:40:16 +0100
commite90b67c33c82376d2a7c992d341f7ab17726a91c (patch)
treee1b8d017fe2503fc185b649bbe28e06bc4cb9c5b /obj_files.mk
parent657b04e3b40680fa96de914c2c690b460a18d05e (diff)
parentf0d253fd88df62ee103ca9c9e4543be4ee39cab9 (diff)
Merge pull request #110 from mparisi20/master
Split DebuggerDriver.s, exi2.s, and HBMBase.s
Diffstat (limited to 'obj_files.mk')
-rw-r--r--obj_files.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/obj_files.mk b/obj_files.mk
index c4fec51..8b17a77 100644
--- a/obj_files.mk
+++ b/obj_files.mk
@@ -98,6 +98,8 @@ TEXT_O_FILES := \
$(BUILD_DIR)/asm/MetroTRK/main.o \
$(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 \
@@ -255,7 +257,9 @@ TEXT_O_FILES := \
$(BUILD_DIR)/asm/nw4r/lyt/lyt_resourceAccessor.o \
$(BUILD_DIR)/asm/nw4r/lyt/lyt_arcResourceAccessor.o \
$(BUILD_DIR)/asm/nw4r/lyt/detail/lyt_common.o \
- $(BUILD_DIR)/asm/text_11.o
+ $(BUILD_DIR)/asm/text_11.o \
+ $(BUILD_DIR)/asm/SDK/HBM/HBMBase.o \
+ $(BUILD_DIR)/asm/text_11_2.o
CTORS_O_FILES := \
$(BUILD_DIR)/asm/ctors.o