11 lines
504 B
Makefile
11 lines
504 B
Makefile
# List of all the LPC8xx platform files.
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/LPC8xx/hal_lld.c \
|
|
${CHIBIOS}/os/hal/platforms/LPC8xx/gpt_lld.c \
|
|
${CHIBIOS}/os/hal/platforms/LPC8xx/pal_lld.c \
|
|
${CHIBIOS}/os/hal/platforms/LPC8xx/serial_lld.c \
|
|
${CHIBIOS}/os/hal/platforms/LPC8xx/ext_lld.c \
|
|
${CHIBIOS}/os/hal/platforms/LPC8xx/ext_lld_isr.c
|
|
|
|
# Required include directories
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/LPC8xx
|