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

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

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