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

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

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