From 641f2c372605cf405f0dda8536b45a78e0e5e2e2 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 16 Feb 2016 09:59:21 +0000 Subject: Tree reorganization. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8899 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- .../startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk | 12 ++++++------ os/common/startup/e200/compilers/GCC/mk/startup_spc560bxx.mk | 12 ++++++------ os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk | 12 ++++++------ os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk | 12 ++++++------ os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk | 12 ++++++------ os/common/startup/e200/compilers/GCC/mk/startup_spc564axx.mk | 12 ++++++------ os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk | 12 ++++++------ os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk | 12 ++++++------ 8 files changed, 48 insertions(+), 48 deletions(-) (limited to 'os/common/startup/e200/compilers/GCC') 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 2e067b149..6ca606b50 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk @@ -1,11 +1,11 @@ # List of the ChibiOS e200z0 SPC560BCxx startup files. STARTUPSRC = -STARTUPASM = $(CHIBIOS)/os/common/ports/e200/devices/SPC560BCxx/boot.s \ - $(CHIBIOS)/os/common/ports/e200/compilers/GCC/vectors.s \ - $(CHIBIOS)/os/common/ports/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/ports/e200/compilers/GCC \ - ${CHIBIOS}/os/common/ports/e200/devices/SPC560BCxx +STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ + ${CHIBIOS}/os/common/startup/e200/devices/SPC560BCxx -STARTUPLD = ${CHIBIOS}/os/common/ports/e200/compilers/GCC/ld +STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld 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 5cfc4a81e..56a4a9813 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560bxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560bxx.mk @@ -1,11 +1,11 @@ # List of the ChibiOS e200z0 SPC560Bxx startup files. STARTUPSRC = -STARTUPASM = $(CHIBIOS)/os/common/ports/e200/devices/SPC560Bxx/boot.s \ - $(CHIBIOS)/os/common/ports/e200/compilers/GCC/vectors.s \ - $(CHIBIOS)/os/common/ports/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/ports/e200/compilers/GCC \ - ${CHIBIOS}/os/common/ports/e200/devices/SPC560Bxx +STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ + ${CHIBIOS}/os/common/startup/e200/devices/SPC560Bxx -STARTUPLD = ${CHIBIOS}/os/common/ports/e200/compilers/GCC/ld +STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld 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 4e8b633fd..0c5574013 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk @@ -1,11 +1,11 @@ # List of the ChibiOS e200z0 SPC560Dxx startup files. STARTUPSRC = -STARTUPASM = $(CHIBIOS)/os/common/ports/e200/devices/SPC560Dxx/boot.s \ - $(CHIBIOS)/os/common/ports/e200/compilers/GCC/vectors.s \ - $(CHIBIOS)/os/common/ports/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/ports/e200/compilers/GCC \ - ${CHIBIOS}/os/common/ports/e200/devices/SPC560Dxx +STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ + ${CHIBIOS}/os/common/startup/e200/devices/SPC560Dxx -STARTUPLD = ${CHIBIOS}/os/common/ports/e200/compilers/GCC/ld +STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld 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 72a62d787..fee580672 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk @@ -1,11 +1,11 @@ # List of the ChibiOS e200z0 SPC560Pxx startup files. STARTUPSRC = -STARTUPASM = $(CHIBIOS)/os/common/ports/e200/devices/SPC560Pxx/boot.s \ - $(CHIBIOS)/os/common/ports/e200/compilers/GCC/vectors.s \ - $(CHIBIOS)/os/common/ports/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/ports/e200/compilers/GCC \ - ${CHIBIOS}/os/common/ports/e200/devices/SPC560Pxx +STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ + ${CHIBIOS}/os/common/startup/e200/devices/SPC560Pxx -STARTUPLD = ${CHIBIOS}/os/common/ports/e200/compilers/GCC/ld +STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld 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 92af14e4c..61f786043 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk @@ -1,11 +1,11 @@ # List of the ChibiOS e200z3 SPC563Mxx startup files. STARTUPSRC = -STARTUPASM = $(CHIBIOS)/os/common/ports/e200/devices/SPC563Mxx/boot.s \ - $(CHIBIOS)/os/common/ports/e200/compilers/GCC/vectors.s \ - $(CHIBIOS)/os/common/ports/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/ports/e200/compilers/GCC \ - ${CHIBIOS}/os/common/ports/e200/devices/SPC563Mxx +STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ + ${CHIBIOS}/os/common/startup/e200/devices/SPC563Mxx -STARTUPLD = ${CHIBIOS}/os/common/ports/e200/compilers/GCC/ld +STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld 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 a903aa8ff..976ae6dd1 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc564axx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc564axx.mk @@ -1,11 +1,11 @@ # List of the ChibiOS e200z4 SPC564Axx startup files. STARTUPSRC = -STARTUPASM = $(CHIBIOS)/os/common/ports/e200/devices/SPC564Axx/boot.s \ - $(CHIBIOS)/os/common/ports/e200/compilers/GCC/vectors.s \ - $(CHIBIOS)/os/common/ports/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/ports/e200/compilers/GCC \ - ${CHIBIOS}/os/common/ports/e200/devices/SPC564Axx +STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ + ${CHIBIOS}/os/common/startup/e200/devices/SPC564Axx -STARTUPLD = ${CHIBIOS}/os/common/ports/e200/compilers/GCC/ld +STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld 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 d2377e57f..e08bfd6de 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk @@ -1,11 +1,11 @@ # List of the ChibiOS e200z4 SPC56ECxx startup files. STARTUPSRC = -STARTUPASM = $(CHIBIOS)/os/common/ports/e200/devices/SPC56ECxx/boot.s \ - $(CHIBIOS)/os/common/ports/e200/compilers/GCC/vectors.s \ - $(CHIBIOS)/os/common/ports/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/ports/e200/compilers/GCC \ - ${CHIBIOS}/os/common/ports/e200/devices/SPC56ECxx +STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ + ${CHIBIOS}/os/common/startup/e200/devices/SPC56ECxx -STARTUPLD = ${CHIBIOS}/os/common/ports/e200/compilers/GCC/ld +STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld 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 40753b63f..8eae8535a 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk @@ -1,11 +1,11 @@ # List of the ChibiOS e200z4 SPC56ELxx startup files. STARTUPSRC = -STARTUPASM = $(CHIBIOS)/os/common/ports/e200/devices/SPC56ELxx/boot.s \ - $(CHIBIOS)/os/common/ports/e200/compilers/GCC/vectors.s \ - $(CHIBIOS)/os/common/ports/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/ports/e200/compilers/GCC \ - ${CHIBIOS}/os/common/ports/e200/devices/SPC56ELxx +STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ + ${CHIBIOS}/os/common/startup/e200/devices/SPC56ELxx -STARTUPLD = ${CHIBIOS}/os/common/ports/e200/compilers/GCC/ld +STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld -- cgit v1.2.3