diff options
author | Max <mparisi@stevens.edu> | 2020-10-27 22:42:39 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-27 22:42:39 -0400 |
commit | 585b88fcba1dc639c859288a3df7f21a3b17bd4a (patch) | |
tree | d8ab8f4b64f5f04a81954b84718acd5f19968d88 /obj_files.mk | |
parent | c4dcd29c7708fc02463cf7e921f31ab404d88843 (diff) |
add headers and cleanup
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/obj_files.mk b/obj_files.mk index 71a4ddb..7b81b23 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -10,6 +10,7 @@ SPLIT_O_FILES := \ $(BUILD_DIR)/asm/ctors.o \ $(BUILD_DIR)/asm/data.o \ $(BUILD_DIR)/asm/bss.o \ + $(BUILD_DIR)/asm/sdata.o \ $(BUILD_DIR)/asm/sbss.o \ $(BUILD_DIR)/asm/code_80006980.o \ $(BUILD_DIR)/asm/code_8000748C.o \ @@ -224,7 +225,6 @@ SPLIT_O_FILES := \ $(BUILD_DIR)/src/code_801DB81C.o \ $(BUILD_DIR)/src/code_801DBB3C.o \ $(BUILD_DIR)/src/code_801DBE90.o \ - $(BUILD_DIR)/asm/code_801DBE90_asm.o \ $(BUILD_DIR)/src/code_801DCE6C.o \ $(BUILD_DIR)/asm/code_801DCE6C_asm.o \ $(BUILD_DIR)/asm/code_801DD5C8.o \ @@ -821,6 +821,7 @@ SPLIT_O_FILES := \ $(BUILD_DIR)/asm/ctors_2.o \ $(BUILD_DIR)/asm/data_2.o \ $(BUILD_DIR)/asm/bss_2.o \ + $(BUILD_DIR)/asm/sdata_2.o \ $(BUILD_DIR)/asm/sbss_2.o \ |