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/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/nuttx/configs/fire-stm32v2/src/Makefile b/nuttx/configs/fire-stm32v2/src/Makefile
index 46e99d73a..b5466ef1e 100644
--- a/nuttx/configs/fire-stm32v2/src/Makefile
+++ b/nuttx/configs/fire-stm32v2/src/Makefile
@@ -40,7 +40,7 @@ CFLAGS += -I$(TOPDIR)/sched
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
-CSRCS = up_boot.c up_spi.c up_usbdev.c
+CSRCS = up_boot.c up_spi.c up_usbdev.c up_mmcsd.c
ifeq ($(CONFIG_STM32_FSMC),y)
CSRCS += up_lcd.c up_selectlcd.c
@@ -76,10 +76,6 @@ ifeq ($(CONFIG_USBDEV_COMPOSITE),y)
CSRCS += up_composite.c
endif
-ifeq ($(CONFIG_CAN),y)
-CSRCS += up_can.c
-endif
-
ifeq ($(CONFIG_WATCHDOG),y)
CSRCS += up_watchdog.c
endif