summaryrefslogtreecommitdiff
path: root/keyboards/matrix/m20add/boards/m20add_bd/board.mk
blob: a12d8670d5a7be582d981d1b601838b7bdae7743 (plain)
1
2
3
4
5
6
7
8
9
# List of all the board related files.
BOARDSRC = $(BOARD_PATH)/boards/m20add_bd/board.c

# Required include directories
BOARDINC = $(BOARD_PATH)/boards/m20add_bd

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