aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F0xx/crc/Makefile
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2015-08-20 18:20:46 +0200
committerFabien Poussin <fabien.poussin@gmail.com>2015-08-20 18:20:46 +0200
commit586a8a2b29f1f01074a242b30198d8c638533a00 (patch)
tree667db4c54be523c534b703597b0a4982a78d7d8c /testhal/STM32/STM32F0xx/crc/Makefile
parent48a03708ff6ed34e7b0576e2c2b36587e58779d8 (diff)
downloadChibiOS-Contrib-586a8a2b29f1f01074a242b30198d8c638533a00.tar.gz
ChibiOS-Contrib-586a8a2b29f1f01074a242b30198d8c638533a00.tar.bz2
ChibiOS-Contrib-586a8a2b29f1f01074a242b30198d8c638533a00.zip
Modified makefiles to incorporate changes
Diffstat (limited to 'testhal/STM32/STM32F0xx/crc/Makefile')
-rw-r--r--testhal/STM32/STM32F0xx/crc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F0xx/crc/Makefile b/testhal/STM32/STM32F0xx/crc/Makefile
index d04a56a..aa57f85 100644
--- a/testhal/STM32/STM32F0xx/crc/Makefile
+++ b/testhal/STM32/STM32F0xx/crc/Makefile
@@ -81,7 +81,7 @@ endif
PROJECT = ch
# Imported source files and paths
-CHIBIOS = ../../../../../ChibiOS-RT
+CHIBIOS = ../../../../../ChibiOS-RT
CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib
# Startup files.
include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/startup_stm32f0xx.mk