aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32l0xx.mk
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-10-15 09:41:49 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-10-15 09:41:49 +0000
commit33a3c8f7324f05af4d83c8bb22f24bdb606bfa91 (patch)
tree40d63470342b191d06320ec9b34d346ed5d5e879 /os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32l0xx.mk
parenta899d6ac04e717f74ed2e9bf9640dab2db2621fd (diff)
downloadChibiOS-33a3c8f7324f05af4d83c8bb22f24bdb606bfa91.tar.gz
ChibiOS-33a3c8f7324f05af4d83c8bb22f24bdb606bfa91.tar.bz2
ChibiOS-33a3c8f7324f05af4d83c8bb22f24bdb606bfa91.zip
CMSIS update and cleanup.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10824 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32l0xx.mk')
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32l0xx.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32l0xx.mk b/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32l0xx.mk
index d4937cd26..eb6bb25c4 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32l0xx.mk
+++ b/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32l0xx.mk
@@ -6,7 +6,7 @@ STARTUPASM = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/crt0_v6m.S
STARTUPINC = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC \
$(CHIBIOS)/os/common/startup/ARMCMx/devices/STM32L0xx \
- $(CHIBIOS)/os/common/ext/CMSIS/include \
- $(CHIBIOS)/os/common/ext/CMSIS/ST/STM32L0xx
+ $(CHIBIOS)/os/common/ext/ARM/CMSIS/Core/Include \
+ $(CHIBIOS)/os/common/ext/ST/STM32L0xx
STARTUPLD = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/ld