summaryrefslogtreecommitdiff
path: root/obj_files.mk
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-10-11 17:28:10 -0400
committerMax <mparisi@stevens.edu>2020-10-11 17:28:10 -0400
commit1e9e25a22fd767863a710e08add6256b8f517d05 (patch)
treede4b277771f710adab9f80a9a8e7e41382dde031 /obj_files.mk
parenta64bacb9ae7b4858bf34182448b08ae2bdd9947c (diff)
split nand_drv.s and sd_drv.s
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 5d5d5de..d6660a0 100644
--- a/obj_files.mk
+++ b/obj_files.mk
@@ -391,7 +391,8 @@ TEXT_O_FILES := \
$(BUILD_DIR)/asm/SDK/VF/d_hash.o \
$(BUILD_DIR)/asm/SDK/VF/d_time.o \
$(BUILD_DIR)/asm/SDK/VF/d_common.o \
- $(BUILD_DIR)/asm/text_9_2.o \
+ $(BUILD_DIR)/asm/SDK/VF/nand_drv.o \
+ $(BUILD_DIR)/asm/SDK/VF/sd_drv.o \
$(BUILD_DIR)/asm/SDK/DWC/dwc_common/dwc_base64.o \
$(BUILD_DIR)/asm/SDK/DWC/dwc_common/dwc_error.o \
$(BUILD_DIR)/asm/SDK/DWC/dwc_common/dwc_init.o \