diff options
author | Max <mparisi@stevens.edu> | 2020-09-20 11:33:08 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-20 11:33:08 -0400 |
commit | 0f7cb3fa768cf36356e9f83998437693b0918d35 (patch) | |
tree | f251f182e5bd7820b4a27f58a2a7a436405bb74b /obj_files.mk | |
parent | 18ae885d8f807d1e22fa50bf31fa0cb3c4966aa4 (diff) |
Added incbin counting feature to calcrom. Split ghttpEncryption, ghttpMain, ghttpPost
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index c28fead..7209343 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -76,6 +76,9 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/ghttpCallbacks.o \ $(BUILD_DIR)/asm/ghttpCommon.o \ $(BUILD_DIR)/asm/ghttpConnection.o \ + $(BUILD_DIR)/asm/ghttpEncryption.o \ + $(BUILD_DIR)/asm/ghttpMain.o \ + $(BUILD_DIR)/asm/ghttpPost.o \ $(BUILD_DIR)/asm/text_10_2.o \ $(BUILD_DIR)/asm/text_11.o |