11 lines
428 B
Makefile
11 lines
428 B
Makefile
# List of the ChibiOS/RT Cortex-M0 LPC13xx port files.
|
|
PORTSRC = $(CHIBIOS)/os/ports/GCC/ARMCMx/LPC13xx/vectors.c \
|
|
${CHIBIOS}/os/ports/GCC/ARMCMx/chcore.c \
|
|
${CHIBIOS}/os/ports/GCC/ARMCMx/chcore_v7m.c \
|
|
${CHIBIOS}/os/ports/GCC/ARMCMx/nvic.c
|
|
|
|
PORTASM = ${CHIBIOS}/os/ports/GCC/ARMCMx/crt0_v7m.s
|
|
|
|
PORTINC = ${CHIBIOS}/os/ports/GCC/ARMCMx \
|
|
${CHIBIOS}/os/ports/GCC/ARMCMx/LPC13xx
|