aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-12-07 07:43:33 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-12-07 07:43:33 +0000
commited92f8043489727e6e2df9b5a220a702163de9e2 (patch)
treea152a2e2f6ef23f89acc7e0d6c6e3b06d9f47c19 /os/common/ports
parent1a73c1e679474929be81db87ee35139bb96be235 (diff)
downloadChibiOS-ed92f8043489727e6e2df9b5a220a702163de9e2.tar.gz
ChibiOS-ed92f8043489727e6e2df9b5a220a702163de9e2.tar.bz2
ChibiOS-ed92f8043489727e6e2df9b5a220a702163de9e2.zip
e200 make files adjustments
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11126 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/ports')
-rw-r--r--os/common/ports/e200/compilers/GHS/mk/port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/ports/e200/compilers/GHS/mk/port.mk b/os/common/ports/e200/compilers/GHS/mk/port.mk
index 8e2cfffc6..f58e5a81d 100644
--- a/os/common/ports/e200/compilers/GHS/mk/port.mk
+++ b/os/common/ports/e200/compilers/GHS/mk/port.mk
@@ -8,6 +8,6 @@ PORTINC = $(CHIBIOS)/os/common/ports/e200 \
$(CHIBIOS)/os/common/ports/e200/compilers/GHS
# Shared variables
-ALLXASMSRC += $(PORTASM)
+ALLASMSRC += $(PORTASM)
ALLCSRC += $(PORTSRC)
ALLINC += $(PORTINC)