From 5a1a1fc4ffbda16404f7358c550d784b0692984e Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 21 Nov 2017 14:29:25 +0000 Subject: Modified some names for consistency. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11050 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/ports/ARMCAx-TZ/compilers/GCC/mk/port_generic.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/common/ports/ARMCAx-TZ/compilers') 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) -- cgit v1.2.3