aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARMCMx/LPC11xx/port.mk
blob: 2ea4fc00ec5999fa8b0a1909747b69f0f1dffb4d (plain)
1
2
3
4
5
6
7
8
9
10
# List of the ChibiOS/RT Cortex-M0 LPC111x port files.
PORTSRC = ${CHIBIOS}/os/ports/GCC/ARMCMx/chcore.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/LPC111x \
          ${CHIBIOS}/os/ports/GCC/ARMCMx/cmsis