aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARM/compilers/GCC/mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/ARM/compilers/GCC/mk')
-rwxr-xr-xos/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk b/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk
new file mode 100755
index 000000000..f9c953b91
--- /dev/null
+++ b/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk
@@ -0,0 +1,9 @@
+# List of the ChibiOS generic LPC214x file.
+STARTUPSRC = $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/crt1.c
+
+STARTUPASM = $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/vectors.S \
+ $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/crt0.S
+
+STARTUPINC = ${CHIBIOS}/os/common/startup/ARM/devices/SAMA5D2
+
+STARTUPLD = ${CHIBIOS}/os/common/startup/ARM/compilers/GCC/ld