diff options
Diffstat (limited to 'testhal/STM32/multi/SPI')
4 files changed, 4 insertions, 4 deletions
diff --git a/testhal/STM32/multi/SPI/make/stm32f091_nucleo64.make b/testhal/STM32/multi/SPI/make/stm32f091_nucleo64.make index 11a64b10c..230acae37 100644 --- a/testhal/STM32/multi/SPI/make/stm32f091_nucleo64.make +++ b/testhal/STM32/multi/SPI/make/stm32f091_nucleo64.make @@ -211,5 +211,5 @@ CPPWARN = -Wall -Wextra -Wundef # Compiler settings
##############################################################################
-RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC
+RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk
include $(RULESPATH)/rules.mk
diff --git a/testhal/STM32/multi/SPI/make/stm32f303_discovery.make b/testhal/STM32/multi/SPI/make/stm32f303_discovery.make index 3d54db30a..a5ea9d167 100644 --- a/testhal/STM32/multi/SPI/make/stm32f303_discovery.make +++ b/testhal/STM32/multi/SPI/make/stm32f303_discovery.make @@ -221,5 +221,5 @@ CPPWARN = -Wall -Wextra -Wundef # Compiler settings
##############################################################################
-RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC
+RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk
include $(RULESPATH)/rules.mk
diff --git a/testhal/STM32/multi/SPI/make/stm32f407_discovery.make b/testhal/STM32/multi/SPI/make/stm32f407_discovery.make index 13c93d71a..267e27d19 100644 --- a/testhal/STM32/multi/SPI/make/stm32f407_discovery.make +++ b/testhal/STM32/multi/SPI/make/stm32f407_discovery.make @@ -221,5 +221,5 @@ CPPWARN = -Wall -Wextra -Wundef # Compiler settings
##############################################################################
-RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC
+RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk
include $(RULESPATH)/rules.mk
diff --git a/testhal/STM32/multi/SPI/make/stm32h743_nucleo144.make b/testhal/STM32/multi/SPI/make/stm32h743_nucleo144.make index b39625d10..fceaf7278 100644 --- a/testhal/STM32/multi/SPI/make/stm32h743_nucleo144.make +++ b/testhal/STM32/multi/SPI/make/stm32h743_nucleo144.make @@ -221,5 +221,5 @@ CPPWARN = -Wall -Wextra -Wundef # Compiler settings
##############################################################################
-RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC
+RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk
include $(RULESPATH)/rules.mk
|