aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARMCMx/LPC111x/port.mk
blob: 3935b9195355dda5e76da5ababac1fe9b6525c70 (plain)
1
2
3
4
5
6
7
8
9
10
11
# List of the ChibiOS/RT Cortex-M0 LPC111x port files.
PORTSRC = ${CHIBIOS}/os/ports/GCC/ARMCMx/chcore.c \
          ${CHIBIOS}/os/ports/GCC/ARMCMx/chcore_v6m.c \
          ${CHIBIOS}/os/ports/GCC/ARMCMx/nvic.c \
          ${CHIBIOS}/os/ports/GCC/ARMCMx/cmsis/core_cm0.c

PORTASM = ${CHIBIOS}/os/ports/GCC/ARMCMx/crt0.s

PORTINC = ${CHIBIOS}/os/ports/GCC/ARMCMx \
          ${CHIBIOS}/os/ports/GCC/ARMCMx/LPC11xx \
          ${CHIBIOS}/os/ports/GCC/ARMCMx/cmsis