summaryrefslogtreecommitdiff
path: root/obj_files.mk
diff options
context:
space:
mode:
Diffstat (limited to 'obj_files.mk')
-rw-r--r--obj_files.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk
index 5a65a53..6716848 100644
--- a/obj_files.mk
+++ b/obj_files.mk
@@ -125,6 +125,13 @@ 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/text_7_2.o \
$(BUILD_DIR)/asm/text_8.o \
$(BUILD_DIR)/asm/text_9.o \