diff options
Diffstat (limited to 'testhal/STM32/STM32F2xx/USB_CDC/Makefile')
-rw-r--r-- | testhal/STM32/STM32F2xx/USB_CDC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F2xx/USB_CDC/Makefile b/testhal/STM32/STM32F2xx/USB_CDC/Makefile index 4746c5898..0097d93fd 100644 --- a/testhal/STM32/STM32F2xx/USB_CDC/Makefile +++ b/testhal/STM32/STM32F2xx/USB_CDC/Makefile @@ -212,5 +212,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
|