summaryrefslogtreecommitdiff
path: root/nuttx/configs/fire-stm32v2/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/fire-stm32v2/src/Makefile')
-rw-r--r--nuttx/configs/fire-stm32v2/src/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/nuttx/configs/fire-stm32v2/src/Makefile b/nuttx/configs/fire-stm32v2/src/Makefile
index 4c4fd1d41..d605a8f3b 100644
--- a/nuttx/configs/fire-stm32v2/src/Makefile
+++ b/nuttx/configs/fire-stm32v2/src/Makefile
@@ -56,10 +56,6 @@ else
CSRCS += up_userleds.c
endif
-ifeq ($(CONFIG_ENC28J60),y)
-CSRCS += up_enc28j60.c
-endif
-
ifeq ($(CONFIG_ARCH_BUTTONS),y)
CSRCS += up_buttons.c
endif
@@ -68,6 +64,14 @@ ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += up_nsh.c
endif
+ifeq ($(CONFIG_ENC28J60),y)
+CSRCS += up_enc28j60.c
+endif
+
+ifeq ($(CONFIG_MTD_W25),y)
+CSRCS += up_w25.c
+endif
+
ifeq ($(CONFIG_USBMSC),y)
CSRCS += up_usbmsc.c
endif