Blame view

Project/os/ports/GCC/ARM/LPC214x/port.mk 401 Bytes
Imanol-Mikel Barba Sabariego authored
1
2
3
4
5
6
7
8
9
10
11
# List of the ChibiOS/RT ARM7 LPC214x port files.
PORTSRC = ${CHIBIOS}/os/ports/GCC/ARM/chcore.c

PORTASM = ${CHIBIOS}/os/ports/GCC/ARM/crt0.s \
          ${CHIBIOS}/os/ports/GCC/ARM/chcoreasm.s \
          ${CHIBIOS}/os/ports/GCC/ARM/LPC214x/vectors.s

PORTINC = ${CHIBIOS}/os/ports/GCC/ARM \
          ${CHIBIOS}/os/ports/GCC/ARM/LPC214x

PORTLD  = ${CHIBIOS}/os/ports/GCC/ARM/LPC214x/ld