8 lines
318 B
Makefile
8 lines
318 B
Makefile
|
# 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
|