aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC11Uxx/platform.mk
blob: 3dc47e8975a487b0ad1469d456c057ca1f2bde8b (plain)
1
2
3
4
5
6
7
# List of all the LPC11Uxx platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/LPC11Uxx/hal_lld.c \
              ${CHIBIOS}/os/hal/platforms/LPC11Uxx/pal_lld.c \
              ${CHIBIOS}/os/hal/platforms/LPC11Uxx/serial_lld.c

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