aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/ARM/compilers/GCC/mk/port_generic.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/ports/ARM/compilers/GCC/mk/port_generic.mk')
-rw-r--r--os/common/ports/ARM/compilers/GCC/mk/port_generic.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/common/ports/ARM/compilers/GCC/mk/port_generic.mk b/os/common/ports/ARM/compilers/GCC/mk/port_generic.mk
index 9f0b2c8dd..71f269be6 100644
--- a/os/common/ports/ARM/compilers/GCC/mk/port_generic.mk
+++ b/os/common/ports/ARM/compilers/GCC/mk/port_generic.mk
@@ -7,6 +7,6 @@ PORTINC = ${CHIBIOS}/os/common/ports/ARM \
${CHIBIOS}/os/common/ports/ARM/compilers/GCC
# Shared variables
-ALLASM += $(PORTASM)
-ALLCSRC += $(PORTSRC)
-ALLINC += $(PORTINC)
+ALLXASMSRC += $(PORTASM)
+ALLCSRC += $(PORTSRC)
+ALLINC += $(PORTINC)