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