aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARMCAx-TZ/compilers/GCC/mk
diff options
context:
space:
mode:
authorisiora <none@example.com>2017-11-14 22:43:14 +0000
committerisiora <none@example.com>2017-11-14 22:43:14 +0000
commit2e7c937f0b2d2505f707970d0f8f1c3086cae279 (patch)
treeadedd6e99948a7b23a485c8047c6c165f7ae7c51 /os/common/startup/ARMCAx-TZ/compilers/GCC/mk
parent7b3fe37b28fd37d80de146de6f34665168323c83 (diff)
downloadChibiOS-2e7c937f0b2d2505f707970d0f8f1c3086cae279.tar.gz
ChibiOS-2e7c937f0b2d2505f707970d0f8f1c3086cae279.tar.bz2
ChibiOS-2e7c937f0b2d2505f707970d0f8f1c3086cae279.zip
Splitted the ARM starup tree. Created an ARMCAx-TZ specific tree.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11005 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/startup/ARMCAx-TZ/compilers/GCC/mk')
-rw-r--r--os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk11
1 files changed, 11 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
new file mode 100644
index 000000000..cafddb6b1
--- /dev/null
+++ b/os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk
@@ -0,0 +1,11 @@
+# List of the ChibiOS generic SAMA5D2 file.
+STARTUPSRC = $(CHIBIOS)/os/common/startup/ARMCAx-TZ/compilers/GCC/crt1.c
+
+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 \
+ $(CHIBIOS)/os/common/ext/ARM/CMSIS/Core_A/Include
+
+STARTUPLD = ${CHIBIOS}/os/common/startup/ARMCAx-TZ/compilers/GCC/ld