From 10465f72389fe8ed965b4e07fbb5b8ffe26af9a4 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 21 Nov 2017 12:54:54 +0000 Subject: Improved make system. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11049 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'os/common/startup/ARMCAx-TZ/compilers') 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 cafddb6b1..d5b4a22f4 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 @@ -9,3 +9,8 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/ARMCAx-TZ/devices/SAMA5D2 \ $(CHIBIOS)/os/common/ext/ARM/CMSIS/Core_A/Include STARTUPLD = ${CHIBIOS}/os/common/startup/ARMCAx-TZ/compilers/GCC/ld + +# Shared variables +ALLASM += $(STARTUPASM) +ALLCSRC += $(STARTUPSRC) +ALLINC += $(STARTUPINC) -- cgit v1.2.3