diff options
Diffstat (limited to 'lib/chibios/os/common/startup/ARMCMx-SB/compilers/GCC/mk/startup.mk')
-rw-r--r-- | lib/chibios/os/common/startup/ARMCMx-SB/compilers/GCC/mk/startup.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/chibios/os/common/startup/ARMCMx-SB/compilers/GCC/mk/startup.mk b/lib/chibios/os/common/startup/ARMCMx-SB/compilers/GCC/mk/startup.mk new file mode 100644 index 000000000..64d879e14 --- /dev/null +++ b/lib/chibios/os/common/startup/ARMCMx-SB/compilers/GCC/mk/startup.mk | |||
@@ -0,0 +1,14 @@ | |||
1 | # List of the ChibiOS generic sandbox startup files. | ||
2 | STARTUPSRC = | ||
3 | |||
4 | STARTUPASM = $(CHIBIOS)/os/common/startup/ARMCMx-SB/compilers/GCC/crt0.S | ||
5 | |||
6 | STARTUPINC = $(CHIBIOS)/os/common/portability/GCC \ | ||
7 | $(CHIBIOS)/os/common/startup/ARMCMx-SB/compilers/GCC | ||
8 | |||
9 | STARTUPLD = $(CHIBIOS)/os/common/startup/ARMCMx-SB/compilers/GCC/ld | ||
10 | |||
11 | # Shared variables | ||
12 | ALLXASMSRC += $(STARTUPASM) | ||
13 | ALLCSRC += $(STARTUPSRC) | ||
14 | ALLINC += $(STARTUPINC) | ||