diff options
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.mk | 17 |
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. | ||
2 | STARTUPSRC = | ||
3 | |||
4 | STARTUPASM = $(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 | |||
8 | STARTUPINC = $(CHIBIOS)/os/common/portability/GCC \ | ||
9 | ${CHIBIOS}/os/common/startup/e200/compilers/GCC \ | ||
10 | ${CHIBIOS}/os/common/startup/e200/devices/SPC560Pxx | ||
11 | |||
12 | STARTUPLD = ${CHIBIOS}/os/common/startup/e200/compilers/GCC/ld | ||
13 | |||
14 | # Shared variables | ||
15 | ALLXASMSRC += $(STARTUPASM) | ||
16 | ALLCSRC += $(STARTUPSRC) | ||
17 | ALLINC += $(STARTUPINC) | ||