From 10465f72389fe8ed965b4e07fbb5b8ffe26af9a4 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 21 Nov 2017 12:54:54 +0000 Subject: Improved make system. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11049 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk | 5 +++++ os/common/startup/e200/compilers/GCC/mk/startup_spc560bxx.mk | 5 +++++ os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk | 5 +++++ os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk | 5 +++++ os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk | 5 +++++ os/common/startup/e200/compilers/GCC/mk/startup_spc564axx.mk | 5 +++++ os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk | 5 +++++ os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk | 5 +++++ 8 files changed, 40 insertions(+) (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 260625db1..c0a800b13 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560bcxx.mk @@ -9,3 +9,8 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC560BCxx STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld + +# Shared variables +ALLASM += $(STARTUPASM) +ALLCSRC += $(STARTUPSRC) +ALLINC += $(STARTUPINC) 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 5cda5f242..7a514f717 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560bxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560bxx.mk @@ -9,3 +9,8 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC560Bxx STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld + +# Shared variables +ALLASM += $(STARTUPASM) +ALLCSRC += $(STARTUPSRC) +ALLINC += $(STARTUPINC) 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 04fd2adf1..1e1e907f5 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560dxx.mk @@ -9,3 +9,8 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC560Dxx STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld + +# Shared variables +ALLASM += $(STARTUPASM) +ALLCSRC += $(STARTUPSRC) +ALLINC += $(STARTUPINC) 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 17e958dd0..d1fbbba07 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk @@ -9,3 +9,8 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC560Pxx STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld + +# Shared variables +ALLASM += $(STARTUPASM) +ALLCSRC += $(STARTUPSRC) +ALLINC += $(STARTUPINC) 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 436ba43a6..5eec87d6e 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc563mxx.mk @@ -9,3 +9,8 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC563Mxx STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld + +# Shared variables +ALLASM += $(STARTUPASM) +ALLCSRC += $(STARTUPSRC) +ALLINC += $(STARTUPINC) 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 af46dd0fa..6417bd922 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc564axx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc564axx.mk @@ -9,3 +9,8 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC564Axx STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld + +# Shared variables +ALLASM += $(STARTUPASM) +ALLCSRC += $(STARTUPSRC) +ALLINC += $(STARTUPINC) 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 369e601da..a8b8d0bc9 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc56ecxx.mk @@ -9,3 +9,8 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC56ECxx STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld + +# Shared variables +ALLASM += $(STARTUPASM) +ALLCSRC += $(STARTUPSRC) +ALLINC += $(STARTUPINC) 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 5dfce2179..fa78f73af 100644 --- a/os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk +++ b/os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk @@ -9,3 +9,8 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ ${CHIBIOS}/os/common/startup/e200/devices/SPC56ELxx STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld + +# Shared variables +ALLASM += $(STARTUPASM) +ALLCSRC += $(STARTUPSRC) +ALLINC += $(STARTUPINC) -- cgit v1.2.3