diff options
Diffstat (limited to 'testhal/KINETIS/TEENSY3_x/GPT/Makefile')
-rw-r--r-- | testhal/KINETIS/TEENSY3_x/GPT/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/KINETIS/TEENSY3_x/GPT/Makefile b/testhal/KINETIS/TEENSY3_x/GPT/Makefile index eee81be..2bd200d 100644 --- a/testhal/KINETIS/TEENSY3_x/GPT/Makefile +++ b/testhal/KINETIS/TEENSY3_x/GPT/Makefile @@ -209,5 +209,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 |