aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/KINETIS/KL2x/platform.mk
blob: 1c7e9296e6f21d63f85d1be5b92b4044ba2e8b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# List of all platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/common/ARMCMx/nvic.c \
              ${CHIBIOS}/os/hal/ports/KINETIS/KL2x/hal_lld.c \
              ${CHIBIOS}/os/hal/ports/KINETIS/KL2x/pal_lld.c \
              ${CHIBIOS}/os/hal/ports/KINETIS/KL2x/serial_lld.c \
              ${CHIBIOS}/os/hal/ports/KINETIS/LLD/ext_lld.c \
              ${CHIBIOS}/os/hal/ports/KINETIS/KL2x/st_lld.c

# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/ports/common/ARMCMx \
              ${CHIBIOS}/os/hal/ports/KINETIS/KL2x \
              ${CHIBIOS}/os/hal/ports/KINETIS/LLD