aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-17 19:06:27 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-17 19:06:27 +0000
commitea7ffbbbc0d052c5fe36014b9f18b47961c9e614 (patch)
tree075845507dfd19f90aee552fec2fab20ab757b9c /demos
parent6092e38f6cf1f93da1dce3345c48435753589ecf (diff)
downloadChibiOS-ea7ffbbbc0d052c5fe36014b9f18b47961c9e614.tar.gz
ChibiOS-ea7ffbbbc0d052c5fe36014b9f18b47961c9e614.tar.bz2
ChibiOS-ea7ffbbbc0d052c5fe36014b9f18b47961c9e614.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1312 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/ARMCM3-STM32F103-GCC/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/demos/ARMCM3-STM32F103-GCC/Makefile b/demos/ARMCM3-STM32F103-GCC/Makefile
index c2b7f61ca..53c9a26e3 100644
--- a/demos/ARMCM3-STM32F103-GCC/Makefile
+++ b/demos/ARMCM3-STM32F103-GCC/Makefile
@@ -68,13 +68,8 @@ CSRC = ${PORTSRC} \
${TESTSRC} \
${CHIBIOS}/os/io/pal.c \
${CHIBIOS}/os/io/serial.c \
- ${CHIBIOS}/os/io/adc.c \
- ${CHIBIOS}/os/io/spi.c \
- ${CHIBIOS}/os/io/mmc_spi.c \
${CHIBIOS}/os/io/platforms/STM32/pal_lld.c \
${CHIBIOS}/os/io/platforms/STM32/serial_lld.c \
- ${CHIBIOS}/os/io/platforms/STM32/adc_lld.c \
- ${CHIBIOS}/os/io/platforms/STM32/spi_lld.c \
${CHIBIOS}/os/io/platforms/STM32/stm32_dma.c \
${CHIBIOS}/os/various/evtimer.c \
board.c main.c