5 lines
174 B
Makefile
5 lines
174 B
Makefile
# List of all the board related files.
|
|
BOARDSRC = ${CHIBIOS}/boards/EMBEST_DMSTF4BB/board.c
|
|
|
|
# Required include directories
|
|
BOARDINC = ${CHIBIOS}/boards/EMBEST_DMSTF4BB
|