diff options
author | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
commit | dc90387ce7d8ba7b607d9c48540bf6d8b560f14d (patch) | |
tree | 4ccb8fa5886b66fa9d480edef74236c27f035e16 /lib/chibios/os/common/startup/e200/compilers/GHS/mk/startup_spc56elxx.mk |
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) | ||