From 7540eb36639f35b71c543d1d80da998f909aa139 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 5 Jan 2018 10:21:49 +0000 Subject: Added portability include path to the various startup.mk files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11227 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'os/common/startup/ARMCAx-TZ') diff --git a/os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk b/os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk index c58d05d21..f67db416f 100644 --- a/os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk +++ b/os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk @@ -6,7 +6,8 @@ STARTUPASM = $(CHIBIOS)/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/boot.S \ $(CHIBIOS)/os/common/startup/ARMCAx-TZ/compilers/GCC/vectors.S \ $(CHIBIOS)/os/common/startup/ARMCAx-TZ/compilers/GCC/crt0.S -STARTUPINC = ${CHIBIOS}/os/common/startup/ARMCAx-TZ/devices/SAMA5D2 \ +STARTUPINC = $(CHIBIOS)/os/common/portability/GCC \ + ${CHIBIOS}/os/common/startup/ARMCAx-TZ/devices/SAMA5D2 \ $(CHIBIOS)/os/common/ext/ARM/CMSIS/Core_A/Include \ $(CHIBIOS)/os/common/portability/GCC -- cgit v1.2.3