aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/os/hal/boards/ST_EVB_SPC563M/board.mk
blob: 25b1362bbd41fbea178ea1050019776f3b94d2eb (plain)
1
2
3
4
5
6
7
8
9
# List of all the board related files.
BOARDSRC = ${CHIBIOS}/os/hal/boards/ST_EVB_SPC563M/board.c

# Required include directories
BOARDINC = ${CHIBIOS}/os/hal/boards/ST_EVB_SPC563M

# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC  += $(BOARDINC)