summaryrefslogtreecommitdiff
path: root/platforms/chibios/boards/GENERIC_STM32_F405XG/board/board.mk
blob: 6c837bb8ee213482a4f48f88ad16afcdf9964a74 (plain)
1
2
3
4
5
6
7
8
9
# List of all the board related files.
BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_STM32F4_DISCOVERY/board.c

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

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