diff options
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index 4eae807..c28fead 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -69,6 +69,13 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/gt2Main.o \ $(BUILD_DIR)/asm/gt2Message.o \ $(BUILD_DIR)/asm/gt2Socket.o \ + $(BUILD_DIR)/asm/gt2Utility.o \ + $(BUILD_DIR)/asm/qr2.o \ + $(BUILD_DIR)/asm/qr2regkeys.o \ + $(BUILD_DIR)/asm/ghttpBuffer.o \ + $(BUILD_DIR)/asm/ghttpCallbacks.o \ + $(BUILD_DIR)/asm/ghttpCommon.o \ + $(BUILD_DIR)/asm/ghttpConnection.o \ $(BUILD_DIR)/asm/text_10_2.o \ $(BUILD_DIR)/asm/text_11.o |