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