summaryrefslogtreecommitdiff
path: root/obj_files.mk
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-10-01 23:53:16 -0400
committerMax <mparisi@stevens.edu>2020-10-01 23:53:16 -0400
commit90670d9e667b5e0dc55d7d2d5da1b13cd106bf77 (patch)
tree066a87f8ac1918f17c134dec6076d69a3de1dc99 /obj_files.mk
parentf96822e6c28be95e3b318c36864809d62849acba (diff)
split OSInterrupt, OSLink, OSMemory, OSMessage, OSMutex, OSReboot, and OSReset
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 \