diff options
author | Fabien Poussin <fabien.poussin@gmail.com> | 2019-03-12 15:24:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-12 15:24:06 +0100 |
commit | bfa9d76d373e418255f074037c114a4bb97aebf9 (patch) | |
tree | a5eb65bbf53b705e2cb43dc683c5416d0bcb3b18 /testhal/KINETIS/TEENSY_LC/EEPROM_EMU/Makefile | |
parent | b9872ff13d009e8ea949701e6a496740f1022367 (diff) | |
parent | 609a1cd9c48d90d8331a325f65b05cf5c9db59b1 (diff) | |
download | ChibiOS-Contrib-bfa9d76d373e418255f074037c114a4bb97aebf9.tar.gz ChibiOS-Contrib-bfa9d76d373e418255f074037c114a4bb97aebf9.tar.bz2 ChibiOS-Contrib-bfa9d76d373e418255f074037c114a4bb97aebf9.zip |
Merge pull request #189 from fpoussin/rename
ChibiOS Path rename
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 812efc4..79b377a 100644 --- a/testhal/KINETIS/TEENSY_LC/EEPROM_EMU/Makefile +++ b/testhal/KINETIS/TEENSY_LC/EEPROM_EMU/Makefile @@ -86,7 +86,7 @@ endif PROJECT = ch # Imported source files and paths -CHIBIOS = ../../../../../ChibiOS-RT +CHIBIOS = ../../../../../ChibiOS CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib # Licensing files. include $(CHIBIOS)/os/license/license.mk |