diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-09-08 21:30:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-08 21:30:19 -0400 |
commit | 2761383478a8d505dbb2532ec313d45c7de0e008 (patch) | |
tree | 9b51685d489727eb1cd94fa85316612be6550fe2 /obj_files.mk | |
parent | 22e470d3cdb90c4ef4f1a9b932a5a2d795a7cba6 (diff) | |
parent | 519a4dd7d508002b5842b36d1204e6fa899abbdd (diff) |
Merge pull request #23 from red031000/master
split text_8
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 3a769e3..e8c1b6b 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -15,6 +15,7 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/text_5.o \ $(BUILD_DIR)/asm/text_6.o \ $(BUILD_DIR)/asm/text_7.o \ + $(BUILD_DIR)/asm/text_8.o \ $(BUILD_DIR)/asm/text.o CTORS_O_FILES := \ |