diff options
author | Max <mparisi@stevens.edu> | 2020-09-19 13:36:39 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-19 13:36:39 -0400 |
commit | c7061897f6589e7a9b346fc87a1b8b4f75facfc5 (patch) | |
tree | 13c5286d733ef8275ec27e130d9ee604c9cf8c1e /obj_files.mk | |
parent | a710bc22d0df7cca6824e1c0136bce33ab341d0e (diff) |
gpi and gt2 splits
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index ba75258..b3c71a8 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -58,6 +58,15 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/gpiOperation.o \ $(BUILD_DIR)/asm/gpiPeer.o \ $(BUILD_DIR)/asm/gpiProfile.o \ + $(BUILD_DIR)/asm/gpiSearch.o \ + $(BUILD_DIR)/asm/gpiTransfer.o \ + $(BUILD_DIR)/asm/gpiUnique.o \ + $(BUILD_DIR)/asm/gpiUtility.o \ + $(BUILD_DIR)/asm/gt2Auth.o \ + $(BUILD_DIR)/asm/gt2Buffer.o \ + $(BUILD_DIR)/asm/gt2Callback.o \ + $(BUILD_DIR)/asm/gt2Connection.o \ + $(BUILD_DIR)/asm/gt2Main.o \ $(BUILD_DIR)/asm/text_10_2.o \ $(BUILD_DIR)/asm/text_11.o |