summaryrefslogtreecommitdiff
path: root/nuttx/configs/viewtool-stm32f107/src/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-25 14:51:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-25 14:51:56 -0600
commit508541b6ffd1e5de99d7ae82d62cc1a8c7f98452 (patch)
treece696a7c44e716be275de4a7e434b6e3fe3f5050 /nuttx/configs/viewtool-stm32f107/src/Makefile
parent904290645f804de5db4c585f2a0b240658e94312 (diff)
downloadpx4-nuttx-508541b6ffd1e5de99d7ae82d62cc1a8c7f98452.tar.gz
px4-nuttx-508541b6ffd1e5de99d7ae82d62cc1a8c7f98452.tar.bz2
px4-nuttx-508541b6ffd1e5de99d7ae82d62cc1a8c7f98452.zip
Viewtools netnsh configuration supports Telnet console; A framework for SD card and USB device support
Diffstat (limited to 'nuttx/configs/viewtool-stm32f107/src/Makefile')
-rw-r--r--nuttx/configs/viewtool-stm32f107/src/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/nuttx/configs/viewtool-stm32f107/src/Makefile b/nuttx/configs/viewtool-stm32f107/src/Makefile
index e3bdb6de3..953a245b4 100644
--- a/nuttx/configs/viewtool-stm32f107/src/Makefile
+++ b/nuttx/configs/viewtool-stm32f107/src/Makefile
@@ -50,6 +50,22 @@ ifeq ($(CONFIG_CAN),y)
CSRCS += stm32_can.c
endif
+ifeq ($(CONFIG_MMCSD),y)
+CSRCS += stm32_mmcsd.c
+endif
+
+ifeq ($(CONFIG_STM32_OTGFS),y)
+CSRCS += stm32_usbdev.c
+endif
+
+ifeq ($(CONFIG_NSH_ARCHINIT),y)
+CSRCS += stm32_nsh.c
+endif
+
+ifeq ($(CONFIG_USBMSC),y)
+CSRCS += stm32_usbmsc.c
+endif
+
ifeq ($(CONFIG_ARCH_BUTTONS),y)
CSRCS += stm32_buttons.c
endif