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

# Required include directories
BOARDINC = $(CHIBIOS_CONTRIB)/os/hal/boards/ST_STM32F411_DISCOVERY

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