aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk')
-rw-r--r--os/common/startup/e200/compilers/GCC/mk/startup_spc56elxx.mk5
1 files changed, 5 insertions, 0 deletions
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)