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

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

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