ChibiOS/os/hal/platforms/LPC11xx/platform.mk

8 lines
318 B
Makefile
Raw Normal View History

# List of all the LPC111x platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/LPC111x/hal_lld.c \
${CHIBIOS}/os/hal/platforms/LPC111x/pal_lld.c \
${CHIBIOS}/os/hal/platforms/LPC111x/serial_lld.c
# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/LPC111x