aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F4xx
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2014-10-18 17:20:29 +0300
committerbarthess <barthess@yandex.ru>2014-10-18 17:20:29 +0300
commit721c48bc978edeeff89e4b1169cb96b1569fdc3a (patch)
treebee730944db7faf53e81394e3c713b2a70026beb /os/hal/ports/STM32/STM32F4xx
parentfb205a7d6dee939848797cc25af3b118af025406 (diff)
downloadChibiOS-Contrib-721c48bc978edeeff89e4b1169cb96b1569fdc3a.tar.gz
ChibiOS-Contrib-721c48bc978edeeff89e4b1169cb96b1569fdc3a.tar.bz2
ChibiOS-Contrib-721c48bc978edeeff89e4b1169cb96b1569fdc3a.zip
FSMC. Build fixed after code moving from SVN
Diffstat (limited to 'os/hal/ports/STM32/STM32F4xx')
-rw-r--r--os/hal/ports/STM32/STM32F4xx/platform.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/ports/STM32/STM32F4xx/platform.mk b/os/hal/ports/STM32/STM32F4xx/platform.mk
index 0fa3ce0..dc8f1c4 100644
--- a/os/hal/ports/STM32/STM32F4xx/platform.mk
+++ b/os/hal/ports/STM32/STM32F4xx/platform.mk
@@ -1,7 +1,7 @@
include ${CHIBIOS}/os/hal/ports/STM32/STM32F4xx/platform.mk
-PLATFORMSRC += ${CHIBIOS}/os/hal/ports/STM32/LLD/FSMCv1/fsmc.c \
- ${CHIBIOS}/os/hal/ports/STM32/LLD/FSMCv1/nand_lld.c \
- ${CHIBIOS}/os/hal/ports/STM32/LLD/FSMCv1/fsmc_sram.c
+PLATFORMSRC += ${CHIBIOS}/community/os/hal/ports/STM32/LLD/FSMCv1/fsmc.c \
+ ${CHIBIOS}/community/os/hal/ports/STM32/LLD/FSMCv1/nand_lld.c \
+ ${CHIBIOS}/community/os/hal/ports/STM32/LLD/FSMCv1/fsmc_sram.c
-PLATFORMINC += ${CHIBIOS}/os/hal/ports/STM32/LLD/FSMCv1
+PLATFORMINC += ${CHIBIOS}/community/os/hal/ports/STM32/LLD/FSMCv1