diff options
author | isiora <none@example.com> | 2017-10-22 21:51:29 +0000 |
---|---|---|
committer | isiora <none@example.com> | 2017-10-22 21:51:29 +0000 |
commit | 211dcdd26d5b6355ac217832746b2c2b27a48522 (patch) | |
tree | 2370b6aecf22cc769ac8e33db2196ba89d154bac /os/common/startup/ARM/compilers | |
parent | 37f8ea73a8de75ab93b8732dacada83e352558cc (diff) | |
download | ChibiOS-211dcdd26d5b6355ac217832746b2c2b27a48522.tar.gz ChibiOS-211dcdd26d5b6355ac217832746b2c2b27a48522.tar.bz2 ChibiOS-211dcdd26d5b6355ac217832746b2c2b27a48522.zip |
Reintegrate sama5d2_dev branch
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10878 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/startup/ARM/compilers')
-rwxr-xr-x | os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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
|