diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-17 19:06:27 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-17 19:06:27 +0000 |
commit | ea7ffbbbc0d052c5fe36014b9f18b47961c9e614 (patch) | |
tree | 075845507dfd19f90aee552fec2fab20ab757b9c /demos/ARMCM3-STM32F103-GCC/Makefile | |
parent | 6092e38f6cf1f93da1dce3345c48435753589ecf (diff) | |
download | ChibiOS-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/ARMCM3-STM32F103-GCC/Makefile')
-rw-r--r-- | demos/ARMCM3-STM32F103-GCC/Makefile | 5 |
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 |