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/STM32F3xx/I2C-LSM303DLHC/Makefile | 2 +- testex/STM32/STM32F3xx/SPI-L3GD20/Makefile | 2 +- testex/STM32/STM32F3xx/SPI-N25Q128/Makefile | 2 +- testex/STM32/STM32F4xx/I2C-BMP085/Makefile | 2 +- testex/STM32/STM32F4xx/I2C-HTS221/Makefile | 2 +- testex/STM32/STM32F4xx/I2C-LIS3MLD/Makefile | 2 +- testex/STM32/STM32F4xx/I2C-LPS22HB/Makefile | 2 +- testex/STM32/STM32F4xx/I2C-LPS25H/Makefile | 2 +- testex/STM32/STM32F4xx/I2C-LSM303AGR/Makefile | 2 +- testex/STM32/STM32F4xx/I2C-LSM303DLHC/Makefile | 2 +- testex/STM32/STM32F4xx/I2C-LSM6DS0/Makefile | 2 +- testex/STM32/STM32F4xx/I2C-LSM6DSL/Makefile | 2 +- testex/STM32/STM32F4xx/SPI-L3GD20/Makefile | 2 +- testex/STM32/STM32F4xx/SPI-LIS302DL/Makefile | 2 +- testex/STM32/STM32F4xx/SPI-LIS3DSH/Makefile | 2 +- testex/STM32/STM32L4xx/QSPI-N25Q128/Makefile | 2 +- testex/STM32/STM32L4xx/SPI-L3GD20/Makefile | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) (limited to 'testex') diff --git a/testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile b/testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile index eb4afa3d5..0f306ff06 100644 --- a/testex/STM32/STM32F3xx/I2C-LSM303DLHC/Makefile +++ b/testex/STM32/STM32F3xx/I2C-LSM303DLHC/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 diff --git a/testex/STM32/STM32F3xx/SPI-L3GD20/Makefile b/testex/STM32/STM32F3xx/SPI-L3GD20/Makefile index a280ee768..5ae8ae4f7 100644 --- a/testex/STM32/STM32F3xx/SPI-L3GD20/Makefile +++ b/testex/STM32/STM32F3xx/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 diff --git a/testex/STM32/STM32F3xx/SPI-N25Q128/Makefile b/testex/STM32/STM32F3xx/SPI-N25Q128/Makefile index 91d0f241a..52adae16f 100644 --- a/testex/STM32/STM32F3xx/SPI-N25Q128/Makefile +++ b/testex/STM32/STM32F3xx/SPI-N25Q128/Makefile @@ -208,5 +208,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/STM32F4xx/I2C-BMP085/Makefile b/testex/STM32/STM32F4xx/I2C-BMP085/Makefile index d712851bb..95ac63dbd 100644 --- a/testex/STM32/STM32F4xx/I2C-BMP085/Makefile +++ b/testex/STM32/STM32F4xx/I2C-BMP085/Makefile @@ -220,5 +220,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/STM32F4xx/I2C-HTS221/Makefile b/testex/STM32/STM32F4xx/I2C-HTS221/Makefile index 46a1c81a8..301a8bb92 100644 --- a/testex/STM32/STM32F4xx/I2C-HTS221/Makefile +++ b/testex/STM32/STM32F4xx/I2C-HTS221/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/STM32F4xx/I2C-LIS3MLD/Makefile b/testex/STM32/STM32F4xx/I2C-LIS3MLD/Makefile index b93e8ae3d..05af1d310 100644 --- a/testex/STM32/STM32F4xx/I2C-LIS3MLD/Makefile +++ b/testex/STM32/STM32F4xx/I2C-LIS3MLD/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/STM32F4xx/I2C-LPS22HB/Makefile b/testex/STM32/STM32F4xx/I2C-LPS22HB/Makefile index add3ae7f0..89543ec4a 100644 --- a/testex/STM32/STM32F4xx/I2C-LPS22HB/Makefile +++ b/testex/STM32/STM32F4xx/I2C-LPS22HB/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/STM32F4xx/I2C-LPS25H/Makefile b/testex/STM32/STM32F4xx/I2C-LPS25H/Makefile index 3ff40b8c9..368c5f227 100644 --- a/testex/STM32/STM32F4xx/I2C-LPS25H/Makefile +++ b/testex/STM32/STM32F4xx/I2C-LPS25H/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/STM32F4xx/I2C-LSM303AGR/Makefile b/testex/STM32/STM32F4xx/I2C-LSM303AGR/Makefile index c9697e206..d19e03776 100644 --- a/testex/STM32/STM32F4xx/I2C-LSM303AGR/Makefile +++ b/testex/STM32/STM32F4xx/I2C-LSM303AGR/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 diff --git a/testex/STM32/STM32F4xx/I2C-LSM303DLHC/Makefile b/testex/STM32/STM32F4xx/I2C-LSM303DLHC/Makefile index 9d3c2c8dd..84e7f983c 100644 --- a/testex/STM32/STM32F4xx/I2C-LSM303DLHC/Makefile +++ b/testex/STM32/STM32F4xx/I2C-LSM303DLHC/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/STM32F4xx/I2C-LSM6DS0/Makefile b/testex/STM32/STM32F4xx/I2C-LSM6DS0/Makefile index b404ccd51..7e6b5da73 100644 --- a/testex/STM32/STM32F4xx/I2C-LSM6DS0/Makefile +++ b/testex/STM32/STM32F4xx/I2C-LSM6DS0/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 diff --git a/testex/STM32/STM32F4xx/I2C-LSM6DSL/Makefile b/testex/STM32/STM32F4xx/I2C-LSM6DSL/Makefile index 37f8949a4..15b4513b1 100644 --- a/testex/STM32/STM32F4xx/I2C-LSM6DSL/Makefile +++ b/testex/STM32/STM32F4xx/I2C-LSM6DSL/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 diff --git a/testex/STM32/STM32F4xx/SPI-L3GD20/Makefile b/testex/STM32/STM32F4xx/SPI-L3GD20/Makefile index 8a147e738..3bbae44af 100644 --- a/testex/STM32/STM32F4xx/SPI-L3GD20/Makefile +++ b/testex/STM32/STM32F4xx/SPI-L3GD20/Makefile @@ -215,5 +215,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/STM32F4xx/SPI-LIS302DL/Makefile b/testex/STM32/STM32F4xx/SPI-LIS302DL/Makefile index b7f62bcc9..904918942 100644 --- a/testex/STM32/STM32F4xx/SPI-LIS302DL/Makefile +++ b/testex/STM32/STM32F4xx/SPI-LIS302DL/Makefile @@ -225,5 +225,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/STM32F4xx/SPI-LIS3DSH/Makefile b/testex/STM32/STM32F4xx/SPI-LIS3DSH/Makefile index e572a07e4..f8d25b5fd 100644 --- a/testex/STM32/STM32F4xx/SPI-LIS3DSH/Makefile +++ b/testex/STM32/STM32F4xx/SPI-LIS3DSH/Makefile @@ -225,5 +225,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/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