diff options
author | isiora <none@example.com> | 2017-11-22 14:12:22 +0000 |
---|---|---|
committer | isiora <none@example.com> | 2017-11-22 14:12:22 +0000 |
commit | b85de21d0b72e290aae63faaab38d1ecafddea1e (patch) | |
tree | 4d0d6f5a06b0941157f5164607464e36e584286f | |
parent | 41546385c6531b20c325f1e05b080a05abf76395 (diff) | |
download | ChibiOS-b85de21d0b72e290aae63faaab38d1ecafddea1e.tar.gz ChibiOS-b85de21d0b72e290aae63faaab38d1ecafddea1e.tar.bz2 ChibiOS-b85de21d0b72e290aae63faaab38d1ecafddea1e.zip |
Uses portability macros.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11062 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 3afb391d5..c58d05d21 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 @@ -7,7 +7,8 @@ STARTUPASM = $(CHIBIOS)/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/boot.S \ $(CHIBIOS)/os/common/startup/ARMCAx-TZ/compilers/GCC/crt0.S
STARTUPINC = ${CHIBIOS}/os/common/startup/ARMCAx-TZ/devices/SAMA5D2 \
- $(CHIBIOS)/os/common/ext/ARM/CMSIS/Core_A/Include
+ $(CHIBIOS)/os/common/ext/ARM/CMSIS/Core_A/Include \
+ $(CHIBIOS)/os/common/portability/GCC
STARTUPLD = ${CHIBIOS}/os/common/startup/ARMCAx-TZ/compilers/GCC/ld
|