aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/PAL
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-07-07 07:55:00 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-07-07 07:55:00 +0000
commit18f021db303aa9b1d70c4efa1aaa53699118e577 (patch)
tree8849ca945c18e86bba962143e82600d0cd557d54 /testhal/STM32/multi/PAL
parent858b658d39ee627da66d1296e7b623604adee556 (diff)
downloadChibiOS-18f021db303aa9b1d70c4efa1aaa53699118e577.tar.gz
ChibiOS-18f021db303aa9b1d70c4efa1aaa53699118e577.tar.bz2
ChibiOS-18f021db303aa9b1d70c4efa1aaa53699118e577.zip
ARMCMx rules..mk path mass update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12130 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32/multi/PAL')
-rw-r--r--testhal/STM32/multi/PAL/make/stm32f051_discovery.make2
-rw-r--r--testhal/STM32/multi/PAL/make/stm32f103_olimex.make2
-rw-r--r--testhal/STM32/multi/PAL/make/stm32f303_discovery.make2
-rw-r--r--testhal/STM32/multi/PAL/make/stm32f373_eval.make2
-rw-r--r--testhal/STM32/multi/PAL/make/stm32f407_discovery.make2
-rw-r--r--testhal/STM32/multi/PAL/make/stm32f429_discovery.make2
-rw-r--r--testhal/STM32/multi/PAL/make/stm32f746_discovery.make2
-rw-r--r--testhal/STM32/multi/PAL/make/stm32l053_discovery.make2
-rw-r--r--testhal/STM32/multi/PAL/make/stm32l151_discovery.make2
-rw-r--r--testhal/STM32/multi/PAL/make/stm32l476_discovery.make2
10 files changed, 10 insertions, 10 deletions
diff --git a/testhal/STM32/multi/PAL/make/stm32f051_discovery.make b/testhal/STM32/multi/PAL/make/stm32f051_discovery.make
index e8bb01915..2aa76a8a8 100644
--- a/testhal/STM32/multi/PAL/make/stm32f051_discovery.make
+++ b/testhal/STM32/multi/PAL/make/stm32f051_discovery.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/PAL/make/stm32f103_olimex.make b/testhal/STM32/multi/PAL/make/stm32f103_olimex.make
index b5da54fdc..a81d663ee 100644
--- a/testhal/STM32/multi/PAL/make/stm32f103_olimex.make
+++ b/testhal/STM32/multi/PAL/make/stm32f103_olimex.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/PAL/make/stm32f303_discovery.make b/testhal/STM32/multi/PAL/make/stm32f303_discovery.make
index 3d54db30a..a5ea9d167 100644
--- a/testhal/STM32/multi/PAL/make/stm32f303_discovery.make
+++ b/testhal/STM32/multi/PAL/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/PAL/make/stm32f373_eval.make b/testhal/STM32/multi/PAL/make/stm32f373_eval.make
index d2c017188..24159949d 100644
--- a/testhal/STM32/multi/PAL/make/stm32f373_eval.make
+++ b/testhal/STM32/multi/PAL/make/stm32f373_eval.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/PAL/make/stm32f407_discovery.make b/testhal/STM32/multi/PAL/make/stm32f407_discovery.make
index 13c93d71a..267e27d19 100644
--- a/testhal/STM32/multi/PAL/make/stm32f407_discovery.make
+++ b/testhal/STM32/multi/PAL/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/PAL/make/stm32f429_discovery.make b/testhal/STM32/multi/PAL/make/stm32f429_discovery.make
index 4d127b581..2791017e6 100644
--- a/testhal/STM32/multi/PAL/make/stm32f429_discovery.make
+++ b/testhal/STM32/multi/PAL/make/stm32f429_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/PAL/make/stm32f746_discovery.make b/testhal/STM32/multi/PAL/make/stm32f746_discovery.make
index 4efcb5f3b..1c00c8519 100644
--- a/testhal/STM32/multi/PAL/make/stm32f746_discovery.make
+++ b/testhal/STM32/multi/PAL/make/stm32f746_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/PAL/make/stm32l053_discovery.make b/testhal/STM32/multi/PAL/make/stm32l053_discovery.make
index 32344aa5d..de5f9307f 100644
--- a/testhal/STM32/multi/PAL/make/stm32l053_discovery.make
+++ b/testhal/STM32/multi/PAL/make/stm32l053_discovery.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/PAL/make/stm32l151_discovery.make b/testhal/STM32/multi/PAL/make/stm32l151_discovery.make
index 5ec55a43b..82be8fb30 100644
--- a/testhal/STM32/multi/PAL/make/stm32l151_discovery.make
+++ b/testhal/STM32/multi/PAL/make/stm32l151_discovery.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/PAL/make/stm32l476_discovery.make b/testhal/STM32/multi/PAL/make/stm32l476_discovery.make
index e00a057c3..ede1eb3de 100644
--- a/testhal/STM32/multi/PAL/make/stm32l476_discovery.make
+++ b/testhal/STM32/multi/PAL/make/stm32l476_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