diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-10-02 01:04:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 01:04:51 -0400 |
commit | d889181a5de7fe2a00a8743455b42faaac2c9fc0 (patch) | |
tree | cd02e76a68a4b6b2278883849f85e7b03ee6654c /obj_files.mk | |
parent | 9dee5dad1c54fe3ed3e3045ab4f1da960172e644 (diff) | |
parent | af9e714edb2080f2f4ef4cccc5789235a7682b31 (diff) |
Merge pull request #114 from mparisi20/master
More OS splits
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 11 |
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 \ |