diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-11-21 14:29:25 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-11-21 14:29:25 +0000 |
commit | 5a1a1fc4ffbda16404f7358c550d784b0692984e (patch) | |
tree | 465c79e964511c5568aa3efa7f86f3715a1712ff /os/common/startup/ARM/compilers | |
parent | 10465f72389fe8ed965b4e07fbb5b8ffe26af9a4 (diff) | |
download | ChibiOS-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/ARM/compilers')
-rw-r--r-- | os/common/startup/ARM/compilers/GCC/mk/startup_lpc214x.mk | 6 | ||||
-rwxr-xr-x | os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/os/common/startup/ARM/compilers/GCC/mk/startup_lpc214x.mk b/os/common/startup/ARM/compilers/GCC/mk/startup_lpc214x.mk index fb5b3fd69..3db0c0eb5 100644 --- a/os/common/startup/ARM/compilers/GCC/mk/startup_lpc214x.mk +++ b/os/common/startup/ARM/compilers/GCC/mk/startup_lpc214x.mk @@ -9,6 +9,6 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/ARM/devices/LPC214x STARTUPLD = ${CHIBIOS}/os/common/startup/ARM/compilers/GCC/ld
# Shared variables
-ALLASM += $(STARTUPASM)
-ALLCSRC += $(STARTUPSRC)
-ALLINC += $(STARTUPINC)
+ALLXASMSRC += $(STARTUPASM)
+ALLCSRC += $(STARTUPSRC)
+ALLINC += $(STARTUPINC)
diff --git a/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk b/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk index 269aad0b9..9ee6604b3 100755 --- a/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk +++ b/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk @@ -11,6 +11,6 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/ARM/devices/SAMA5D2 \ STARTUPLD = ${CHIBIOS}/os/common/startup/ARM/compilers/GCC/ld
# Shared variables
-ALLASM += $(STARTUPASM)
-ALLCSRC += $(STARTUPSRC)
-ALLINC += $(STARTUPINC)
+ALLXASMSRC += $(STARTUPASM)
+ALLCSRC += $(STARTUPSRC)
+ALLINC += $(STARTUPINC)
|