aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/ARMCAx-TZ
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-11-21 14:29:25 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-11-21 14:29:25 +0000
commit5a1a1fc4ffbda16404f7358c550d784b0692984e (patch)
tree465c79e964511c5568aa3efa7f86f3715a1712ff /os/common/ports/ARMCAx-TZ
parent10465f72389fe8ed965b4e07fbb5b8ffe26af9a4 (diff)
downloadChibiOS-5a1a1fc4ffbda16404f7358c550d784b0692984e.tar.gz
ChibiOS-5a1a1fc4ffbda16404f7358c550d784b0692984e.tar.bz2
ChibiOS-5a1a1fc4ffbda16404f7358c550d784b0692984e.zip
Modified some names for consistency.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11050 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/ports/ARMCAx-TZ')
-rw-r--r--os/common/ports/ARMCAx-TZ/compilers/GCC/mk/port_generic.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/common/ports/ARMCAx-TZ/compilers/GCC/mk/port_generic.mk b/os/common/ports/ARMCAx-TZ/compilers/GCC/mk/port_generic.mk
index 504d06d0b..98a0ca885 100644
--- a/os/common/ports/ARMCAx-TZ/compilers/GCC/mk/port_generic.mk
+++ b/os/common/ports/ARMCAx-TZ/compilers/GCC/mk/port_generic.mk
@@ -8,6 +8,6 @@ PORTINC = ${CHIBIOS}/os/common/ports/ARMCAx-TZ \
${CHIBIOS}/os/common/ports/ARMCAx-TZ/compilers/GCC
# Shared variables
-ALLASM += $(PORTASM)
-ALLCSRC += $(PORTSRC)
-ALLINC += $(PORTINC)
+ALLXASMSRC += $(PORTASM)
+ALLCSRC += $(PORTSRC)
+ALLINC += $(PORTINC)