aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM3-STM32F103-GCC/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-08-20 12:53:46 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-08-20 12:53:46 +0000
commit0b8f1183fe1f321fdd71e9d1fc5a28323f9036a7 (patch)
treeee7377804987aca48f47113819ae0e374327d643 /demos/ARMCM3-STM32F103-GCC/Makefile
parent6c11580166f3b6cdb32b3c0d02d34d911dbc2f13 (diff)
downloadChibiOS-0b8f1183fe1f321fdd71e9d1fc5a28323f9036a7.tar.gz
ChibiOS-0b8f1183fe1f321fdd71e9d1fc5a28323f9036a7.tar.bz2
ChibiOS-0b8f1183fe1f321fdd71e9d1fc5a28323f9036a7.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1090 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32F103-GCC/Makefile')
-rw-r--r--demos/ARMCM3-STM32F103-GCC/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/ARMCM3-STM32F103-GCC/Makefile b/demos/ARMCM3-STM32F103-GCC/Makefile
index d44b016bb..a337a1a5b 100644
--- a/demos/ARMCM3-STM32F103-GCC/Makefile
+++ b/demos/ARMCM3-STM32F103-GCC/Makefile
@@ -67,8 +67,8 @@ CSRC = ${PORTSRC} \
${TESTSRC} \
../../os/io/pal.c \
../../os/io/serial.c \
- ../../os/ports/GCC/ARMCM3/STM32F103/pal_lld.c \
- ../../os/ports/GCC/ARMCM3/STM32F103/serial_lld.c \
+ ../../os/io/platforms/STM32F103/pal_lld.c \
+ ../../os/io/platforms/STM32F103/serial_lld.c \
../../os/various/evtimer.c \
board.c main.c
@@ -102,7 +102,7 @@ ASMSRC = $(PORTASM) \
INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
../../os/io \
- ../../os/ports/GCC/ARMCM3/STM32F103 \
+ ../../os/io/platforms/STM32F103 \
../../os/various \
./stm32lib/inc