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 c1a373a..538cdb1 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -349,7 +349,10 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/SDK/NHTTP/d_nhttp.o \ $(BUILD_DIR)/asm/SDK/NHTTP/d_nhttp_common.o \ $(BUILD_DIR)/asm/SDK/SSL/ssl_api.o \ + $(BUILD_DIR)/asm/SDK/SSL/ssl_mutex.o \ $(BUILD_DIR)/asm/text_9.o \ + $(BUILD_DIR)/asm/SDK/NWC24/NWC24StdAPI.o \ + $(BUILD_DIR)/asm/text_9_2.o \ $(BUILD_DIR)/asm/SDK/VF/pf_clib.o \ $(BUILD_DIR)/asm/SDK/VF/pf_code.o \ $(BUILD_DIR)/asm/SDK/VF/pf_service.o \ |