From 211dcdd26d5b6355ac217832746b2c2b27a48522 Mon Sep 17 00:00:00 2001 From: isiora Date: Sun, 22 Oct 2017 21:51:29 +0000 Subject: Reintegrate sama5d2_dev branch git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10878 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'os/common/startup/ARM/compilers/GCC/mk') diff --git a/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk b/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk index a646ca5fd..8ffb23281 100755 --- a/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk +++ b/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk @@ -5,6 +5,7 @@ STARTUPASM = $(CHIBIOS)/os/common/startup/ARM/devices/SAMA5D2/boot.S \ $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/vectors.S \ $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/crt0.S -STARTUPINC = ${CHIBIOS}/os/common/startup/ARM/devices/SAMA5D2 +STARTUPINC = ${CHIBIOS}/os/common/startup/ARM/devices/SAMA5D2 \ + $(CHIBIOS)/os/common/ext/ARM/CMSIS/Core_A/Include STARTUPLD = ${CHIBIOS}/os/common/startup/ARM/compilers/GCC/ld -- cgit v1.2.3