diff options
Diffstat (limited to 'os/common/startup/ARM/compilers/GCC/mk')
| -rwxr-xr-x | os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk | 9 |
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
|
