summaryrefslogtreecommitdiff
path: root/obj_files.mk
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-09-15 07:36:12 +0100
committerGitHub <noreply@github.com>2020-09-15 07:36:12 +0100
commit904cb52033e5c3cce386e4989ae9a9f3f2805bdd (patch)
treee8e6a142295c2a446502ec788b8275eb55636870 /obj_files.mk
parent0d864ef8a95e862cb75cc521c188d1e5b58f7823 (diff)
parentc9e310ff6589f4923a145c1de1019b32f0ce7229 (diff)
Merge pull request #41 from mparisi20/master
split hashtable.o and darray.o
Diffstat (limited to 'obj_files.mk')
-rw-r--r--obj_files.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk
index d5b4893..e444aee 100644
--- a/obj_files.mk
+++ b/obj_files.mk
@@ -26,6 +26,9 @@ TEXT_O_FILES := \
$(BUILD_DIR)/asm/text_8.o \
$(BUILD_DIR)/asm/text_9.o \
$(BUILD_DIR)/asm/text_10.o \
+ $(BUILD_DIR)/asm/darray.o \
+ $(BUILD_DIR)/asm/hashtable.o \
+ $(BUILD_DIR)/asm/text_10_2.o \
$(BUILD_DIR)/asm/text_11.o
CTORS_O_FILES := \