diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-15 08:52:17 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-15 08:52:17 +0000 |
commit | 84cf9ce9ffa3d538b367f74c8206b8ef894d466f (patch) | |
tree | b3931fee4361ec810cae4492fd4cca42bae6b037 /demos/ARMCM3-STM32F103-FATFS-GCC/Makefile | |
parent | 55252f65b2a444692ff1b2673b32ec1cf2b205c0 (diff) | |
download | ChibiOS-84cf9ce9ffa3d538b367f74c8206b8ef894d466f.tar.gz ChibiOS-84cf9ce9ffa3d538b367f74c8206b8ef894d466f.tar.bz2 ChibiOS-84cf9ce9ffa3d538b367f74c8206b8ef894d466f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1299 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32F103-FATFS-GCC/Makefile')
-rw-r--r-- | demos/ARMCM3-STM32F103-FATFS-GCC/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/ARMCM3-STM32F103-FATFS-GCC/Makefile b/demos/ARMCM3-STM32F103-FATFS-GCC/Makefile index afb044c49..b84adf3a5 100644 --- a/demos/ARMCM3-STM32F103-FATFS-GCC/Makefile +++ b/demos/ARMCM3-STM32F103-FATFS-GCC/Makefile @@ -77,6 +77,7 @@ CSRC = ${PORTSRC} \ ${CHIBIOS}/os/io/platforms/STM32/spi_lld.c \
${CHIBIOS}/os/io/platforms/STM32/stm32_dma.c \
${CHIBIOS}/os/various/evtimer.c \
+ ${CHIBIOS}/os/various/syscalls.c \
board.c main.c # C++ sources that can be compiled in ARM or THUMB mode depending on the global
@@ -158,7 +159,7 @@ CPPWARN = -Wall -Wextra #
# List all default C defines here, like -D_DEBUG=1
-DDEFS =
+DDEFS = -DSTDOUT_SD=SD2 -DSTDIN_SD=SD2
# List all default ASM defines here, like -D_DEBUG=1
DADEFS =
|