summaryrefslogtreecommitdiff
path: root/nuttx/configs/fire-stm32v2/src/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-10 20:00:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-10 20:00:04 +0000
commitc0e51eccc5bc5ce6743572f97cfc9d13fc13ceab (patch)
tree416516f21abef14bf01587a6f93c6b02ac369255 /nuttx/configs/fire-stm32v2/src/Makefile
parent4f03177a72a65beeca2e40185d2e2fa97f24bc11 (diff)
downloadpx4-nuttx-c0e51eccc5bc5ce6743572f97cfc9d13fc13ceab.tar.gz
px4-nuttx-c0e51eccc5bc5ce6743572f97cfc9d13fc13ceab.tar.bz2
px4-nuttx-c0e51eccc5bc5ce6743572f97cfc9d13fc13ceab.zip
More M3 Wildfire logic; mmap-related bug fixes from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5124 42af7a65-404d-4744-a932-0658087f49c3
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