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

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

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