aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/e200/compilers/GCC
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/e200/compilers/GCC
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/e200/compilers/GCC')
-rw-r--r--os/common/ports/e200/compilers/GCC/mk/port.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/common/ports/e200/compilers/GCC/mk/port.mk b/os/common/ports/e200/compilers/GCC/mk/port.mk
index 068961c67..063beb48c 100644
--- a/os/common/ports/e200/compilers/GCC/mk/port.mk
+++ b/os/common/ports/e200/compilers/GCC/mk/port.mk
@@ -8,6 +8,6 @@ PORTINC = $(CHIBIOS)/os/common/ports/e200 \
$(CHIBIOS)/os/common/ports/e200/compilers/GCC
# Shared variables
-ALLASM += $(PORTASM)
-ALLCSRC += $(PORTSRC)
-ALLINC += $(PORTINC)
+ALLXASMSRC += $(PORTASM)
+ALLCSRC += $(PORTSRC)
+ALLINC += $(PORTINC)