diff options
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 |