mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-15 21:14:38 +00:00
6 lines
191 B
Makefile
6 lines
191 B
Makefile
|
# List of all the board related files.
|
||
|
BOARDSRC = $(BOARD_PATH)/boards/ST_STM32F072B_DISCOVERY/board.c
|
||
|
|
||
|
# Required include directories
|
||
|
BOARDINC = $(BOARD_PATH)/boards/ST_STM32F072B_DISCOVERY
|