diff options
Diffstat (limited to 'testex/STM32/STM32L4xx/SPI-L3GD20/Makefile')
-rw-r--r-- | testex/STM32/STM32L4xx/SPI-L3GD20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testex/STM32/STM32L4xx/SPI-L3GD20/Makefile b/testex/STM32/STM32L4xx/SPI-L3GD20/Makefile index 958300775..a21cb3320 100644 --- a/testex/STM32/STM32L4xx/SPI-L3GD20/Makefile +++ b/testex/STM32/STM32L4xx/SPI-L3GD20/Makefile @@ -211,5 +211,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
|