From faf584ff60ea5241873e676bcf119f3bd2278a6d Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 23 Apr 2016 06:47:26 +0000 Subject: GCC asm files extension changed from .s to .S. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9345 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk | 6 +++--- os/common/startup/e200/compilers/GCC/mk/startup_spc560bxx.mk | 6 +++--- os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk | 6 +++--- os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk | 6 +++--- os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk | 6 +++--- os/common/startup/e200/compilers/GCC/mk/startup_spc564axx.mk | 6 +++--- os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk | 6 +++--- os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk | 6 +++--- 8 files changed, 24 insertions(+), 24 deletions(-) (limited to 'os/common/startup/e200/compilers/GCC/mk') 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 6ca606b50..260625db1 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk @@ -1,9 +1,9 @@ # List of the ChibiOS e200z0 SPC560BCxx startup files. STARTUPSRC = -STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC560BCxx/boot.s \ - $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.s \ - $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.s +STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC560BCxx/boot.S \ + $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.S \ + $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.S STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC560BCxx 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 56a4a9813..5cda5f242 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560bxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560bxx.mk @@ -1,9 +1,9 @@ # List of the ChibiOS e200z0 SPC560Bxx startup files. STARTUPSRC = -STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC560Bxx/boot.s \ - $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.s \ - $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.s +STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC560Bxx/boot.S \ + $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.S \ + $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.S STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC560Bxx 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 0c5574013..04fd2adf1 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk @@ -1,9 +1,9 @@ # List of the ChibiOS e200z0 SPC560Dxx startup files. STARTUPSRC = -STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC560Dxx/boot.s \ - $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.s \ - $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.s +STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC560Dxx/boot.S \ + $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.S \ + $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.S STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC560Dxx 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 fee580672..17e958dd0 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk @@ -1,9 +1,9 @@ # List of the ChibiOS e200z0 SPC560Pxx startup files. STARTUPSRC = -STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC560Pxx/boot.s \ - $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.s \ - $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.s +STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC560Pxx/boot.S \ + $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.S \ + $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.S STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC560Pxx 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 61f786043..436ba43a6 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk @@ -1,9 +1,9 @@ # List of the ChibiOS e200z3 SPC563Mxx startup files. STARTUPSRC = -STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC563Mxx/boot.s \ - $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.s \ - $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.s +STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC563Mxx/boot.S \ + $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.S \ + $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.S STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC563Mxx 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 976ae6dd1..af46dd0fa 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc564axx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc564axx.mk @@ -1,9 +1,9 @@ # List of the ChibiOS e200z4 SPC564Axx startup files. STARTUPSRC = -STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC564Axx/boot.s \ - $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.s \ - $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.s +STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC564Axx/boot.S \ + $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.S \ + $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.S STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC564Axx 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 e08bfd6de..369e601da 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk @@ -1,9 +1,9 @@ # List of the ChibiOS e200z4 SPC56ECxx startup files. STARTUPSRC = -STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC56ECxx/boot.s \ - $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.s \ - $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.s +STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC56ECxx/boot.S \ + $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.S \ + $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.S STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC56ECxx 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 8eae8535a..5dfce2179 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk @@ -1,9 +1,9 @@ # List of the ChibiOS e200z4 SPC56ELxx startup files. STARTUPSRC = -STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC56ELxx/boot.s \ - $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.s \ - $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.s +STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC56ELxx/boot.S \ + $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.S \ + $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.S STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC56ELxx -- cgit v1.2.3