From 18f021db303aa9b1d70c4efa1aaa53699118e577 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 7 Jul 2018 07:55:00 +0000 Subject: ARMCMx rules..mk path mass update. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12130 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testex/STM32/STM32L4xx/QSPI-N25Q128/Makefile | 2 +- testex/STM32/STM32L4xx/SPI-L3GD20/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testex/STM32/STM32L4xx') diff --git a/testex/STM32/STM32L4xx/QSPI-N25Q128/Makefile b/testex/STM32/STM32L4xx/QSPI-N25Q128/Makefile index f3acf95d8..edd660799 100644 --- a/testex/STM32/STM32L4xx/QSPI-N25Q128/Makefile +++ b/testex/STM32/STM32L4xx/QSPI-N25Q128/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 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 -- cgit v1.2.3