diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-09-20 11:39:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-20 11:39:24 -0400 |
commit | f4a3b2af4ed0af3ad14dc49f580f9f6386dedc3a (patch) | |
tree | f251f182e5bd7820b4a27f58a2a7a436405bb74b /obj_files.mk | |
parent | b2f71079109a292d4ad97744d1a821c694c9dd1b (diff) | |
parent | 0f7cb3fa768cf36356e9f83998437693b0918d35 (diff) |
Merge pull request #60 from mparisi20/master
Added incbin counting feature to calcrom. Split ghttpEncryption, ghtt…
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 |