aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/e200/compilers/GHS/mk/startup_spc560bxx.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/e200/compilers/GHS/mk/startup_spc560bxx.mk')
-rw-r--r--os/common/startup/e200/compilers/GHS/mk/startup_spc560bxx.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/common/startup/e200/compilers/GHS/mk/startup_spc560bxx.mk b/os/common/startup/e200/compilers/GHS/mk/startup_spc560bxx.mk
index fc0d81d50..5dd2b9362 100644
--- a/os/common/startup/e200/compilers/GHS/mk/startup_spc560bxx.mk
+++ b/os/common/startup/e200/compilers/GHS/mk/startup_spc560bxx.mk
@@ -9,3 +9,8 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/e200/compilers/GHS \
${CHIBIOS}/os/common/startup/e200/devices/SPC560Bxx
STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GHS/ld
+
+# Shared variables
+ALLASM += $(STARTUPASM)
+ALLCSRC += $(STARTUPSRC)
+ALLINC += $(STARTUPINC)