aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/EA_LPCXPRESSO_BB_1114/board.mk
blob: bf36485450b8ed002af5be4991a21a1966af0a8d (plain)
1
2
3
4
5
6
7
8
9
# List of all the board related files.
BOARDSRC = ${CHIBIOS}/os/hal/boards/EA_LPCXPRESSO_BB_1114/board.c

# Required include directories
BOARDINC = ${CHIBIOS}/os/hal/boards/EA_LPCXPRESSO_BB_1114

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