diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-07-07 07:55:00 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-07-07 07:55:00 +0000 |
commit | 18f021db303aa9b1d70c4efa1aaa53699118e577 (patch) | |
tree | 8849ca945c18e86bba962143e82600d0cd557d54 /demos/STM32/RT-STM32F303ZE-NUCLEO144/Makefile | |
parent | 858b658d39ee627da66d1296e7b623604adee556 (diff) | |
download | ChibiOS-18f021db303aa9b1d70c4efa1aaa53699118e577.tar.gz ChibiOS-18f021db303aa9b1d70c4efa1aaa53699118e577.tar.bz2 ChibiOS-18f021db303aa9b1d70c4efa1aaa53699118e577.zip |
ARMCMx rules..mk path mass update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12130 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/STM32/RT-STM32F303ZE-NUCLEO144/Makefile')
-rw-r--r-- | demos/STM32/RT-STM32F303ZE-NUCLEO144/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F303ZE-NUCLEO144/Makefile b/demos/STM32/RT-STM32F303ZE-NUCLEO144/Makefile index 123fff572..72ea0b1ff 100644 --- a/demos/STM32/RT-STM32F303ZE-NUCLEO144/Makefile +++ b/demos/STM32/RT-STM32F303ZE-NUCLEO144/Makefile @@ -210,5 +210,5 @@ ULIBS = # End of user defines
##############################################################################
-RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC
+RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk
include $(RULESPATH)/rules.mk
|