aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/shenzhou/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/shenzhou/src/Makefile')
-rw-r--r--nuttx/configs/shenzhou/src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/shenzhou/src/Makefile b/nuttx/configs/shenzhou/src/Makefile
index 11e36f136..50ddaa5ca 100644
--- a/nuttx/configs/shenzhou/src/Makefile
+++ b/nuttx/configs/shenzhou/src/Makefile
@@ -68,6 +68,10 @@ ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += up_nsh.c
endif
+ifeq ($(CONFIG_MTD_W25),y)
+CSRCS += up_w25.c
+endif
+
ifeq ($(CONFIG_USBMSC),y)
CSRCS += up_usbmsc.c
endif