summaryrefslogtreecommitdiff
path: root/obj_files.mk
diff options
context:
space:
mode:
Diffstat (limited to 'obj_files.mk')
-rw-r--r--obj_files.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk
index 5a65a53..48104c9 100644
--- a/obj_files.mk
+++ b/obj_files.mk
@@ -125,6 +125,17 @@ TEXT_O_FILES := \
$(BUILD_DIR)/asm/SDK/OS/OSExec.o \
$(BUILD_DIR)/asm/SDK/OS/OSFatal.o \
$(BUILD_DIR)/asm/SDK/OS/OSFont.o \
+ $(BUILD_DIR)/asm/SDK/OS/OSInterrupt.o \
+ $(BUILD_DIR)/asm/SDK/OS/OSLink.o \
+ $(BUILD_DIR)/asm/SDK/OS/OSMessage.o \
+ $(BUILD_DIR)/asm/SDK/OS/OSMemory.o \
+ $(BUILD_DIR)/asm/SDK/OS/OSMutex.o \
+ $(BUILD_DIR)/asm/SDK/OS/OSReboot.o \
+ $(BUILD_DIR)/asm/SDK/OS/OSReset.o \
+ $(BUILD_DIR)/asm/SDK/OS/OSRtc.o \
+ $(BUILD_DIR)/asm/SDK/OS/OSSemaphore.o \
+ $(BUILD_DIR)/asm/SDK/OS/OSSync.o \
+ $(BUILD_DIR)/asm/SDK/OS/OSThread.o \
$(BUILD_DIR)/asm/text_7_2.o \
$(BUILD_DIR)/asm/text_8.o \
$(BUILD_DIR)/asm/text_9.o \