diff options
author | Max <mparisi@stevens.edu> | 2020-09-19 18:07:36 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-19 18:07:36 -0400 |
commit | df38c19dda4c78de1d1109fd19560c2e0f4872a5 (patch) | |
tree | efe8b4bd73e8cbd1bb12fde9852eb12514bc5615 /obj_files.mk | |
parent | 5a081db0a89a4a4e0d7eeed495608b2c27664c6d (diff) |
split gtMessage.o
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index b3c71a8..3f29bfa 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -67,6 +67,7 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/gt2Callback.o \ $(BUILD_DIR)/asm/gt2Connection.o \ $(BUILD_DIR)/asm/gt2Main.o \ + $(BUILD_DIR)/asm/gt2Message.o \ $(BUILD_DIR)/asm/text_10_2.o \ $(BUILD_DIR)/asm/text_11.o |