summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-11 12:32:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-11 12:32:45 +0000
commit0bbf5b74917b0bd7b4910d60ffe0cc82873194c8 (patch)
treeb9fad0ba4e57f8c9944aa42fea56fe9846157b16 /nuttx/arch/arm/src/stm32/Make.defs
parentfa05c01cab6acc95f759f2432d43e5ac9ea7d29d (diff)
downloadpx4-nuttx-0bbf5b74917b0bd7b4910d60ffe0cc82873194c8.tar.gz
px4-nuttx-0bbf5b74917b0bd7b4910d60ffe0cc82873194c8.tar.bz2
px4-nuttx-0bbf5b74917b0bd7b4910d60ffe0cc82873194c8.zip
Add skeleton file that will hold the STM32 SDIO driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2243 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/stm32/Make.defs')
-rwxr-xr-xnuttx/arch/arm/src/stm32/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/Make.defs b/nuttx/arch/arm/src/stm32/Make.defs
index c220a8ec1..297940730 100755
--- a/nuttx/arch/arm/src/stm32/Make.defs
+++ b/nuttx/arch/arm/src/stm32/Make.defs
@@ -47,5 +47,5 @@ CMN_CSRCS = up_allocateheap.c up_assert.c up_blocktask.c up_copystate.c \
CHIP_ASRCS =
CHIP_CSRCS = stm32_start.c stm32_rcc.c stm32_gpio.c stm32_irq.c \
stm32_timerisr.c stm32_dma.c stm32_lowputc.c stm32_serial.c \
- stm32_spi.c stm32_usbdev.c
+ stm32_spi.c stm32_usbdev.c stm32_sdio.c