aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARMCAx-TZ/compilers
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/ARMCAx-TZ/compilers')
-rw-r--r--os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk b/os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk
index d5b4a22f4..43b2b78ec 100644
--- a/os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk
+++ b/os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk
@@ -11,6 +11,6 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/ARMCAx-TZ/devices/SAMA5D2 \
STARTUPLD = ${CHIBIOS}/os/common/startup/ARMCAx-TZ/compilers/GCC/ld
# Shared variables
-ALLASM += $(STARTUPASM)
-ALLCSRC += $(STARTUPSRC)
-ALLINC += $(STARTUPINC)
+ALLXASMSRC += $(STARTUPASM)
+ALLCSRC += $(STARTUPSRC)
+ALLINC += $(STARTUPINC)