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