From 7540eb36639f35b71c543d1d80da998f909aa139 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 5 Jan 2018 10:21:49 +0000 Subject: Added portability include path to the various startup.mk files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11227 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk | 3 ++- os/common/startup/e200/compilers/GCC/mk/startup_spc560bxx.mk | 3 ++- os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk | 3 ++- os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk | 3 ++- os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk | 3 ++- os/common/startup/e200/compilers/GCC/mk/startup_spc564axx.mk | 3 ++- os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk | 3 ++- os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk | 3 ++- 8 files changed, 16 insertions(+), 8 deletions(-) (limited to 'os/common/startup/e200') 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 be464e51f..e7ae4b353 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk @@ -5,7 +5,8 @@ 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 \ +STARTUPINC = $(CHIBIOS)/os/common/portability/GCC \ + ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC560BCxx 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 e77fd5dbd..8b1cb7480 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560bxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560bxx.mk @@ -5,7 +5,8 @@ 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 \ +STARTUPINC = $(CHIBIOS)/os/common/portability/GCC \ + ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC560Bxx 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 761cd2a0e..f53352456 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk @@ -5,7 +5,8 @@ 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 \ +STARTUPINC = $(CHIBIOS)/os/common/portability/GCC \ + ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC560Dxx 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 75d423aaa..10ca985e1 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk @@ -5,7 +5,8 @@ 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 \ +STARTUPINC = $(CHIBIOS)/os/common/portability/GCC \ + ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC560Pxx 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 04cf8178d..1057cd4aa 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk @@ -5,7 +5,8 @@ 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 \ +STARTUPINC = $(CHIBIOS)/os/common/portability/GCC \ + ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC563Mxx 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 d139632ee..98d8ce0a7 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc564axx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc564axx.mk @@ -5,7 +5,8 @@ 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 \ +STARTUPINC = $(CHIBIOS)/os/common/portability/GCC \ + ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC564Axx 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 4676dceb6..6eed56417 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk @@ -5,7 +5,8 @@ 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 \ +STARTUPINC = $(CHIBIOS)/os/common/portability/GCC \ + ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC56ECxx 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 c2a46e59a..ed28954e4 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk @@ -5,7 +5,8 @@ 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 \ +STARTUPINC = $(CHIBIOS)/os/common/portability/GCC \ + ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC56ELxx STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld -- cgit v1.2.3