aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/os/common/startup/ARM/compilers/GCC/mk/startup_lpc214x.mk
diff options
context:
space:
mode:
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.mk15
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.
2STARTUPSRC = $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/crt1.c
3
4STARTUPASM = $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/vectors.S \
5 $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/crt0.S
6
7STARTUPINC = $(CHIBIOS)/os/common/portability/GCC \
8 ${CHIBIOS}/os/common/startup/ARM/devices/LPC214x
9
10STARTUPLD = ${CHIBIOS}/os/common/startup/ARM/compilers/GCC/ld
11
12# Shared variables
13ALLXASMSRC += $(STARTUPASM)
14ALLCSRC += $(STARTUPSRC)
15ALLINC += $(STARTUPINC)