diff options
Diffstat (limited to 'os/common/startup/ARMCAx-TZ')
-rw-r--r-- | os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk | 5 |
1 files changed, 5 insertions, 0 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 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)
|