mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-03 08:25:11 +00:00
6 lines
169 B
Makefile
6 lines
169 B
Makefile
|
# List of all the board related files.
|
||
|
BOARDSRC = $(BOARD_PATH)/boards/NUC123SD4AN0/board.c
|
||
|
|
||
|
# Required include directories
|
||
|
BOARDINC = $(BOARD_PATH)/boards/NUC123SD4AN0
|