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

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

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