aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios/os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk')
-rw-r--r--lib/chibios/os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/chibios/os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk b/lib/chibios/os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk
new file mode 100644
index 000000000..3adbde2f4
--- /dev/null
+++ b/lib/chibios/os/common/startup/e200/compilers/GCC/mk/startup_spc560pxx.mk
@@ -0,0 +1,17 @@
1# List of the ChibiOS e200z0 SPC560Pxx startup files.
2STARTUPSRC =
3
4STARTUPASM = $(CHIBIOS)/os/common/startup/e200/devices/SPC560Pxx/boot.S \
5 $(CHIBIOS)/os/common/startup/e200/compilers/GCC/vectors.S \
6 $(CHIBIOS)/os/common/startup/e200/compilers/GCC/crt0.S
7
8STARTUPINC = $(CHIBIOS)/os/common/portability/GCC \
9 ${CHIBIOS}/os/common/startup/e200/compilers/GCC \
10 ${CHIBIOS}/os/common/startup/e200/devices/SPC560Pxx
11
12STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld
13
14# Shared variables
15ALLXASMSRC += $(STARTUPASM)
16ALLCSRC += $(STARTUPSRC)
17ALLINC += $(STARTUPINC)