aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/SPC5/SPC560Pxx/platform.mk
blob: ccdcf19a4d46220013a8d76c7a1c3fe4eb61fc1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# List of all the SPC560Pxx platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/SPC5/SPC560Pxx/hal_lld.c \
              ${CHIBIOS}/os/hal/ports/SPC5/LLD/EDMA_v1/spc5_edma.c \
              ${CHIBIOS}/os/hal/ports/SPC5/LLD/SIUL_v1/hal_pal_lld.c \
              ${CHIBIOS}/os/hal/ports/SPC5/LLD/LINFlex_v1/hal_serial_lld.c \
              ${CHIBIOS}/os/hal/ports/SPC5/LLD/DSPI_v1/hal_spi_lld.c \
              ${CHIBIOS}/os/hal/ports/SPC5/LLD/STM_v1/hal_st_lld.c

# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/ports/SPC5/SPC560Pxx \
              ${CHIBIOS}/os/hal/ports/SPC5/LLD/EDMA_v1 \
              ${CHIBIOS}/os/hal/ports/SPC5/LLD/SIUL_v1 \
              ${CHIBIOS}/os/hal/ports/SPC5/LLD/LINFlex_v1 \
              ${CHIBIOS}/os/hal/ports/SPC5/LLD/DSPI_v1 \
              ${CHIBIOS}/os/hal/ports/SPC5/LLD/STM_v1

# Shared variables
ALLCSRC += $(PLATFORMSRC)
ALLINC  += $(PLATFORMINC)