diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-09-13 11:58:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-13 11:58:15 -0400 |
commit | 11effce5c0a8c617662608d05cdf906ff8e73d2c (patch) | |
tree | e80788b48f3e8df223076fad38516b63d2c1247f /obj_files.mk | |
parent | 39a774f1f093131383ab899bb6d48c9ecc7e400b (diff) | |
parent | 48bad3596c5e26488620897da0d413b97422b1f6 (diff) |
Merge pull request #38 from red031000/master
split OSArena
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 12399fa..6e52f40 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -18,6 +18,7 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/SDK/OS/OS.o \ $(BUILD_DIR)/asm/SDK/OS/OSAlarm.o \ $(BUILD_DIR)/asm/SDK/OS/OSAlloc.o \ + $(BUILD_DIR)/asm/SDK/OS/OSArena.o \ $(BUILD_DIR)/asm/text_7_2.o \ $(BUILD_DIR)/asm/text_8.o \ $(BUILD_DIR)/asm/text_9.o \ |