aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARM/compilers/GCC/mk/startup_lpc214x.mk
blob: 3db0c0eb52a86290eb59c45bf77444cfd5449d62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# List of the ChibiOS generic LPC214x file.
STARTUPSRC = $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/crt1.c

STARTUPASM = $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/vectors.S \
             $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/crt0.S

STARTUPINC = ${CHIBIOS}/os/common/startup/ARM/devices/LPC214x

STARTUPLD  = ${CHIBIOS}/os/common/startup/ARM/compilers/GCC/ld

# Shared variables
ALLXASMSRC += $(STARTUPASM)
ALLCSRC    += $(STARTUPSRC)
ALLINC     += $(STARTUPINC)