diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-02 09:33:20 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-02 09:33:20 +0000 |
commit | 09fdbf9a37c19bb5d9a60385a7c44e32843ef2ff (patch) | |
tree | 587e87d1ac5fe94a78d59a274ce46fcdb063bffe /demos/rt/ARMCM4-STM32F303-DISCOVERY | |
parent | 96be7a6300d294e65c042dcf87180166d7e7153f (diff) | |
download | ChibiOS-09fdbf9a37c19bb5d9a60385a7c44e32843ef2ff.tar.gz ChibiOS-09fdbf9a37c19bb5d9a60385a7c44e32843ef2ff.tar.bz2 ChibiOS-09fdbf9a37c19bb5d9a60385a7c44e32843ef2ff.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6240 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/rt/ARMCM4-STM32F303-DISCOVERY')
-rw-r--r-- | demos/rt/ARMCM4-STM32F303-DISCOVERY/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/rt/ARMCM4-STM32F303-DISCOVERY/Makefile b/demos/rt/ARMCM4-STM32F303-DISCOVERY/Makefile index 3b9345b6e..d6676f786 100644 --- a/demos/rt/ARMCM4-STM32F303-DISCOVERY/Makefile +++ b/demos/rt/ARMCM4-STM32F303-DISCOVERY/Makefile @@ -70,7 +70,7 @@ include $(CHIBIOS)/os/hal/osal/chibios/osal.mk include $(CHIBIOS)/os/hal/boards/ST_STM32F3_DISCOVERY/board.mk
include $(CHIBIOS)/os/hal/platforms/STM32F30x/platform.mk
include $(CHIBIOS)/os/rt/rt.mk
-include $(CHIBIOS)/os/rt/ports/ARMCMx/devices/STM32F30x/port.mk
+include $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/mk/port_stm32f30x.mk
include $(CHIBIOS)/test/test.mk
# Define linker script file here
@@ -222,4 +222,4 @@ ifeq ($(USE_FWLIB),yes) USE_OPT += -DUSE_STDPERIPH_DRIVER
endif
-include $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/rules.mk
+include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/rules.mk
|