aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC8xx/platform.mk
blob: 3818f1021a61ce8b35c2a7db316aa5392fcd0878 (plain)
1
2
3
4
5
6
7
8
# 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 

# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/LPC8xx