diff options
author | red031000 <rubenru09@aol.com> | 2020-09-18 00:10:19 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-09-18 00:10:19 +0100 |
commit | ba0db4a9ce2e372d4487cf743fd03631fcaaf7b7 (patch) | |
tree | 0553c41f045d9eb6eb17be59988f9dd761247d2e /obj_files.mk | |
parent | af5a3924d4be4a8ba3c72639788431a0de13b86d (diff) |
split OSExec
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 c481bf2..435ac6f 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -23,6 +23,7 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/SDK/OS/OSCache.o \ $(BUILD_DIR)/asm/SDK/OS/OSContext.o \ $(BUILD_DIR)/asm/SDK/OS/OSError.o \ + $(BUILD_DIR)/asm/SDK/OS/OSExec.o \ $(BUILD_DIR)/asm/text_7_2.o \ $(BUILD_DIR)/asm/text_8.o \ $(BUILD_DIR)/asm/text_9.o \ |