blob: d99e2a4f6f0dd4908b1449f81813294801150dfc (
plain)
1
2
3
4
5
6
7
8
9
|
# List of all the board related files.
BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_L073RZ/board.c
# Required include directories
BOARDINC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_L073RZ
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)
|