diff options
author | Max <mparisi@stevens.edu> | 2020-10-11 21:04:38 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-11 21:04:38 -0400 |
commit | 39ed378d307dcd5089dd04771273ff3775ea080f (patch) | |
tree | 04bbd7e402e4e8a492e5aa761b484f5a9fe3b4bc /obj_files.mk | |
parent | 946210fc7bd7ca0babf676db81d40400ec31e5df (diff) |
split ssl_mutex and NWC24StdAPI
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 \ |