aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM3-STM32F103
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-07 16:42:24 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-07 16:42:24 +0000
commit02f5682694bf8259edfd9159c712086ffde1bf33 (patch)
treee6b5a43e48aca541640edbca6c1c566de6f58404 /demos/ARMCM3-STM32F103
parenta2e8b0a34abc3133df25b36fceacfa4e664c6e01 (diff)
downloadChibiOS-02f5682694bf8259edfd9159c712086ffde1bf33.tar.gz
ChibiOS-02f5682694bf8259edfd9159c712086ffde1bf33.tar.bz2
ChibiOS-02f5682694bf8259edfd9159c712086ffde1bf33.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3206 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32F103')
-rw-r--r--demos/ARMCM3-STM32F103/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM3-STM32F103/Makefile b/demos/ARMCM3-STM32F103/Makefile
index 45101dc87..4d4ba0246 100644
--- a/demos/ARMCM3-STM32F103/Makefile
+++ b/demos/ARMCM3-STM32F103/Makefile
@@ -57,7 +57,7 @@ CHIBIOS = ../..
include $(CHIBIOS)/boards/OLIMEX_STM32_P103/board.mk
include $(CHIBIOS)/os/hal/platforms/STM32F1xx/platform.mk
include $(CHIBIOS)/os/hal/hal.mk
-include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32/port.mk
+include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F1xx/port.mk
include $(CHIBIOS)/os/kernel/kernel.mk
include $(CHIBIOS)/test/test.mk