aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk')
-rwxr-xr-xos/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk b/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk
index 269aad0b9..9ee6604b3 100755
--- a/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk
+++ b/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk
@@ -11,6 +11,6 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/ARM/devices/SAMA5D2 \
STARTUPLD = ${CHIBIOS}/os/common/startup/ARM/compilers/GCC/ld
# Shared variables
-ALLASM += $(STARTUPASM)
-ALLCSRC += $(STARTUPSRC)
-ALLINC += $(STARTUPINC)
+ALLXASMSRC += $(STARTUPASM)
+ALLCSRC += $(STARTUPSRC)
+ALLINC += $(STARTUPINC)