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