diff options
Diffstat (limited to 'testhal/KINETIS/FRDM-KL25Z/ADC/Makefile')
-rw-r--r-- | testhal/KINETIS/FRDM-KL25Z/ADC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/KINETIS/FRDM-KL25Z/ADC/Makefile b/testhal/KINETIS/FRDM-KL25Z/ADC/Makefile index b5150d5..582607a 100644 --- a/testhal/KINETIS/FRDM-KL25Z/ADC/Makefile +++ b/testhal/KINETIS/FRDM-KL25Z/ADC/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
|