summaryrefslogtreecommitdiff
path: root/obj_files.mk
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-09-09 16:27:26 +0100
committerred031000 <rubenru09@aol.com>2020-09-09 16:27:26 +0100
commit4ffbc83da06f93a6b461516471405907259fb8cc (patch)
tree249b2621934cdef0bec803d3753c94a701da1b41 /obj_files.mk
parenta580b3ed0f61a98ade7841fac1986931374344bb (diff)
split text_10 and text_11
Diffstat (limited to 'obj_files.mk')
-rw-r--r--obj_files.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/obj_files.mk b/obj_files.mk
index 7643530..453e4a0 100644
--- a/obj_files.mk
+++ b/obj_files.mk
@@ -17,7 +17,8 @@ TEXT_O_FILES := \
$(BUILD_DIR)/asm/text_7.o \
$(BUILD_DIR)/asm/text_8.o \
$(BUILD_DIR)/asm/text_9.o \
- $(BUILD_DIR)/asm/text.o
+ $(BUILD_DIR)/asm/text_10.o \
+ $(BUILD_DIR)/asm/text_11.o
CTORS_O_FILES := \
$(BUILD_DIR)/asm/ctors.o