diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-09-11 13:07:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-11 13:07:13 -0400 |
commit | 0084cc84a2427705ef5b8b2fe82ba1a6c54d4dab (patch) | |
tree | cbba1a8bfd81899911c2e223c15745c49efc18b0 /obj_files.mk | |
parent | b5e793fb8f97b7fbb6d835b08b3d1ddc7b392cb6 (diff) | |
parent | 69078ac088dd1317695671a651fb5414cd5999ac (diff) |
Merge pull request #34 from red031000/master
split and name OS.s
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index 453e4a0..48928e0 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -15,6 +15,8 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/text_5.o \ $(BUILD_DIR)/asm/text_6.o \ $(BUILD_DIR)/asm/text_7.o \ + $(BUILD_DIR)/asm/OS.o \ + $(BUILD_DIR)/asm/text_7_2.o \ $(BUILD_DIR)/asm/text_8.o \ $(BUILD_DIR)/asm/text_9.o \ $(BUILD_DIR)/asm/text_10.o \ |