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

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

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