aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios-contrib/os/common/startup/ARMCMx/compilers/GCC/mk/startup_lpc11uxx.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios-contrib/os/common/startup/ARMCMx/compilers/GCC/mk/startup_lpc11uxx.mk')
-rw-r--r--lib/chibios-contrib/os/common/startup/ARMCMx/compilers/GCC/mk/startup_lpc11uxx.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/chibios-contrib/os/common/startup/ARMCMx/compilers/GCC/mk/startup_lpc11uxx.mk b/lib/chibios-contrib/os/common/startup/ARMCMx/compilers/GCC/mk/startup_lpc11uxx.mk
new file mode 100644
index 000000000..bafb20463
--- /dev/null
+++ b/lib/chibios-contrib/os/common/startup/ARMCMx/compilers/GCC/mk/startup_lpc11uxx.mk
@@ -0,0 +1,20 @@
1# List of the ChibiOS generic LPC11Uxx startup and CMSIS files.
2STARTUPSRC = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/crt1.c
3
4
5STARTUPASM = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/crt0_v6m.S \
6 $(CHIBIOS_CONTRIB)/os/common/startup/ARMCMx/compilers/GCC/vectors_lpc.S
7
8
9STARTUPINC = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/ld \
10 $(CHIBIOS_CONTRIB)/os/common/startup/ARMCMx/devices/LPC11Uxx \
11 $(CHIBIOS)/os/common/ext/CMSIS/include \
12 $(CHIBIOS)/os/common/ext/ARM/CMSIS/Core/Include \
13 $(CHIBIOS_CONTRIB)/os/common/ext/CMSIS/LPC
14
15STARTUPLD = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/ld
16STARTUPLD_CONTRIB = $(CHIBIOS_CONTRIB)/os/common/startup/ARMCMx/compilers/GCC/ld
17
18ALLXASMSRC += $(STARTUPASM)
19ALLCSRC += $(STARTUPSRC)
20ALLINC += $(STARTUPINC)