aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ST_EVALKITST7580_1/board.mk
blob: 86b67c9c51546ca84689d9d8b834622ccaa2ceb9 (plain)
1
2
3
4
5
6
7
8
9
# List of all the board related files.
BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_EVALKITST7580_1/board.c

# Required include directories
BOARDINC = $(CHIBIOS)/os/hal/boards/ST_EVALKITST7580_1

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