diff options
author | Max <mparisi@stevens.edu> | 2020-09-20 14:15:39 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-20 14:15:39 -0400 |
commit | df637d39af469c45fed750d94a3b16f10be363c5 (patch) | |
tree | c3dedecc8d5ddbeee39e2801d3632c0b9354d98b /obj_files.mk | |
parent | 0f7cb3fa768cf36356e9f83998437693b0918d35 (diff) |
Added incbin completion rate feature to calcrom. Split ghttpProcess.
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index 7209343..1caf3be 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -79,6 +79,7 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/ghttpEncryption.o \ $(BUILD_DIR)/asm/ghttpMain.o \ $(BUILD_DIR)/asm/ghttpPost.o \ + $(BUILD_DIR)/asm/ghttpProcess.o \ $(BUILD_DIR)/asm/text_10_2.o \ $(BUILD_DIR)/asm/text_11.o |