From 5a1a1fc4ffbda16404f7358c550d784b0692984e Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 21 Nov 2017 14:29:25 +0000 Subject: Modified some names for consistency. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11050 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/ARM/compilers/GCC/mk/startup_lpc214x.mk | 6 +++--- os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'os/common/startup/ARM/compilers') 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) -- cgit v1.2.3