aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/e200/compilers/GCC
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-11-21 14:29:25 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-11-21 14:29:25 +0000
commit5a1a1fc4ffbda16404f7358c550d784b0692984e (patch)
tree465c79e964511c5568aa3efa7f86f3715a1712ff /os/common/startup/e200/compilers/GCC
parent10465f72389fe8ed965b4e07fbb5b8ffe26af9a4 (diff)
downloadChibiOS-5a1a1fc4ffbda16404f7358c550d784b0692984e.tar.gz
ChibiOS-5a1a1fc4ffbda16404f7358c550d784b0692984e.tar.bz2
ChibiOS-5a1a1fc4ffbda16404f7358c550d784b0692984e.zip
Modified some names for consistency.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11050 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/startup/e200/compilers/GCC')
-rw-r--r--os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk6
-rw-r--r--os/common/startup/e200/compilers/GCC/mk/startup_spc560bxx.mk6
-rw-r--r--os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk6
-rw-r--r--os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk6
-rw-r--r--os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk6
-rw-r--r--os/common/startup/e200/compilers/GCC/mk/startup_spc564axx.mk6
-rw-r--r--os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk6
-rw-r--r--os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk6
8 files changed, 24 insertions, 24 deletions
diff --git a/os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk b/os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk
index c0a800b13..be464e51f 100644
--- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk
+++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk
@@ -11,6 +11,6 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \
STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld
# Shared variables
-ALLASM += $(STARTUPASM)
-ALLCSRC += $(STARTUPSRC)
-ALLINC += $(STARTUPINC)
+ALLXASMSRC += $(STARTUPASM)
+ALLCSRC += $(STARTUPSRC)
+ALLINC += $(STARTUPINC)
diff --git a/os/common/startup/e200/compilers/GCC/mk/startup_spc560bxx.mk b/os/common/startup/e200/compilers/GCC/mk/startup_spc560bxx.mk
index 7a514f717..e77fd5dbd 100644
--- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560bxx.mk
+++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560bxx.mk
@@ -11,6 +11,6 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \
STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld
# Shared variables
-ALLASM += $(STARTUPASM)
-ALLCSRC += $(STARTUPSRC)
-ALLINC += $(STARTUPINC)
+ALLXASMSRC += $(STARTUPASM)
+ALLCSRC += $(STARTUPSRC)
+ALLINC += $(STARTUPINC)
diff --git a/os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk b/os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk
index 1e1e907f5..761cd2a0e 100644
--- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk
+++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk
@@ -11,6 +11,6 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \
STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld
# Shared variables
-ALLASM += $(STARTUPASM)
-ALLCSRC += $(STARTUPSRC)
-ALLINC += $(STARTUPINC)
+ALLXASMSRC += $(STARTUPASM)
+ALLCSRC += $(STARTUPSRC)
+ALLINC += $(STARTUPINC)
diff --git a/os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk b/os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk
index d1fbbba07..75d423aaa 100644
--- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk
+++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk
@@ -11,6 +11,6 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \
STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld
# Shared variables
-ALLASM += $(STARTUPASM)
-ALLCSRC += $(STARTUPSRC)
-ALLINC += $(STARTUPINC)
+ALLXASMSRC += $(STARTUPASM)
+ALLCSRC += $(STARTUPSRC)
+ALLINC += $(STARTUPINC)
diff --git a/os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk b/os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk
index 5eec87d6e..04cf8178d 100644
--- a/os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk
+++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk
@@ -11,6 +11,6 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \
STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld
# Shared variables
-ALLASM += $(STARTUPASM)
-ALLCSRC += $(STARTUPSRC)
-ALLINC += $(STARTUPINC)
+ALLXASMSRC += $(STARTUPASM)
+ALLCSRC += $(STARTUPSRC)
+ALLINC += $(STARTUPINC)
diff --git a/os/common/startup/e200/compilers/GCC/mk/startup_spc564axx.mk b/os/common/startup/e200/compilers/GCC/mk/startup_spc564axx.mk
index 6417bd922..d139632ee 100644
--- a/os/common/startup/e200/compilers/GCC/mk/startup_spc564axx.mk
+++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc564axx.mk
@@ -11,6 +11,6 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \
STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld
# Shared variables
-ALLASM += $(STARTUPASM)
-ALLCSRC += $(STARTUPSRC)
-ALLINC += $(STARTUPINC)
+ALLXASMSRC += $(STARTUPASM)
+ALLCSRC += $(STARTUPSRC)
+ALLINC += $(STARTUPINC)
diff --git a/os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk b/os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk
index a8b8d0bc9..4676dceb6 100644
--- a/os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk
+++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk
@@ -11,6 +11,6 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \
STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld
# Shared variables
-ALLASM += $(STARTUPASM)
-ALLCSRC += $(STARTUPSRC)
-ALLINC += $(STARTUPINC)
+ALLXASMSRC += $(STARTUPASM)
+ALLCSRC += $(STARTUPSRC)
+ALLINC += $(STARTUPINC)
diff --git a/os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk b/os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk
index fa78f73af..c2a46e59a 100644
--- a/os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk
+++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk
@@ -11,6 +11,6 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \
STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld
# Shared variables
-ALLASM += $(STARTUPASM)
-ALLCSRC += $(STARTUPSRC)
-ALLINC += $(STARTUPINC)
+ALLXASMSRC += $(STARTUPASM)
+ALLCSRC += $(STARTUPSRC)
+ALLINC += $(STARTUPINC)