aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/os/common/startup/e200/compilers/GHS/mk/startup_spc563mxx.mk
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-04-10 12:13:40 +0100
committerAkshay <[email protected]>2022-04-10 12:13:40 +0100
commitdc90387ce7d8ba7b607d9c48540bf6d8b560f14d (patch)
tree4ccb8fa5886b66fa9d480edef74236c27f035e16 /lib/chibios/os/common/startup/e200/compilers/GHS/mk/startup_spc563mxx.mk
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)