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