aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2015-08-24 16:26:22 +0300
committerbarthess <barthess@yandex.ru>2015-08-24 16:26:22 +0300
commit74065b233afc62203edcb68f281da5839dad5930 (patch)
tree7c9464bbacf5c5d429069396f47799164a48f01b /demos/STM32
parentc7b566b9e0c376e4caacacb2e68b072a77b42deb (diff)
downloadChibiOS-Contrib-74065b233afc62203edcb68f281da5839dad5930.tar.gz
ChibiOS-Contrib-74065b233afc62203edcb68f281da5839dad5930.tar.bz2
ChibiOS-Contrib-74065b233afc62203edcb68f281da5839dad5930.zip
Fixed rest of paths in build scripts.
Diffstat (limited to 'demos/STM32')
-rw-r--r--demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/Makefile3
-rw-r--r--demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/Makefile b/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/Makefile
index db8f2c7..15bee21 100644
--- a/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/Makefile
+++ b/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/Makefile
@@ -86,7 +86,8 @@ endif
PROJECT = ch
# Imported source files and paths
-CHIBIOS = ../../../..
+CHIBIOS = ../../../../ChibiOS-RT
+CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib
# Startup files.
include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/startup_stm32f4xx.mk
# HAL-OSAL files (optional).
diff --git a/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/Makefile b/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/Makefile
index 961e4ee..1cbe3c2 100644
--- a/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/Makefile
+++ b/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/Makefile
@@ -86,7 +86,8 @@ endif
PROJECT = ch
# Imported source files and paths
-CHIBIOS = ../../../..
+CHIBIOS = ../../../../ChibiOS-RT
+CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib
# Startup files.
include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/startup_stm32f4xx.mk
# HAL-OSAL files (optional).