2010-04-05 08:12:31 +00:00
|
|
|
# List of all the LPC11xx platform files.
|
|
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/LPC11xx/hal_lld.c \
|
2011-03-05 18:35:10 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/LPC11xx/gpt_lld.c \
|
2010-04-05 08:12:31 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/LPC11xx/pal_lld.c \
|
2010-10-24 16:07:45 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/LPC11xx/serial_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/LPC11xx/spi_lld.c
|
2010-03-26 16:33:03 +00:00
|
|
|
|
|
|
|
# Required include directories
|
2010-04-05 08:12:31 +00:00
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/LPC11xx
|