aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk')
-rw-r--r--os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk3
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 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