diff options
author | Fabien Poussin <fabien.poussin@gmail.com> | 2019-10-01 16:12:27 +0200 |
---|---|---|
committer | Fabien Poussin <fabien.poussin@gmail.com> | 2019-10-01 16:12:27 +0200 |
commit | b4dfe5e2745201a9749839b3348f2bd61b4bd098 (patch) | |
tree | 7096569634d34ea53438d5616fa49bcd11869d4e /testhal/KINETIS/TEENSY_LC/EEPROM_EMU/Makefile | |
parent | 8f7c2d187bbb02915f44b926c7aa02185402aef7 (diff) | |
download | ChibiOS-Contrib-b4dfe5e2745201a9749839b3348f2bd61b4bd098.tar.gz ChibiOS-Contrib-b4dfe5e2745201a9749839b3348f2bd61b4bd098.tar.bz2 ChibiOS-Contrib-b4dfe5e2745201a9749839b3348f2bd61b4bd098.zip |
Updating Makefiles for 19.1.x
Diffstat (limited to 'testhal/KINETIS/TEENSY_LC/EEPROM_EMU/Makefile')
-rw-r--r-- | testhal/KINETIS/TEENSY_LC/EEPROM_EMU/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/KINETIS/TEENSY_LC/EEPROM_EMU/Makefile b/testhal/KINETIS/TEENSY_LC/EEPROM_EMU/Makefile index 79b377a..31ec29a 100644 --- a/testhal/KINETIS/TEENSY_LC/EEPROM_EMU/Makefile +++ b/testhal/KINETIS/TEENSY_LC/EEPROM_EMU/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 |