diff options
author | isiora <none@example.com> | 2017-11-22 10:07:47 +0000 |
---|---|---|
committer | isiora <none@example.com> | 2017-11-22 10:07:47 +0000 |
commit | 87b51dc83d59f83caced71ff89c921bf34d47e19 (patch) | |
tree | f4fab1bf61bfc118a1a6d89bf47922862435258a /os/common | |
parent | 3b07c94012e480114312ede2e4e1793f937f272c (diff) | |
download | ChibiOS-87b51dc83d59f83caced71ff89c921bf34d47e19.tar.gz ChibiOS-87b51dc83d59f83caced71ff89c921bf34d47e19.tar.bz2 ChibiOS-87b51dc83d59f83caced71ff89c921bf34d47e19.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11060 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common')
-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 ada3f33d1..3afb391d5 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 @@ -10,3 +10,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
+ALLXASMSRC += $(STARTUPASM)
+ALLCSRC += $(STARTUPSRC)
+ALLINC += $(STARTUPINC)
|