diff options
author | barthess <barthess@yandex.ru> | 2015-08-24 16:26:22 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2015-08-24 16:26:22 +0300 |
commit | 74065b233afc62203edcb68f281da5839dad5930 (patch) | |
tree | 7c9464bbacf5c5d429069396f47799164a48f01b /demos/STM32/RT-STM32F429-DISCOVERY-DMA2D | |
parent | c7b566b9e0c376e4caacacb2e68b072a77b42deb (diff) | |
download | ChibiOS-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/RT-STM32F429-DISCOVERY-DMA2D')
-rw-r--r-- | demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/Makefile | 3 |
1 files changed, 2 insertions, 1 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).
|