keyboard/qmk/lib/chibios-contrib/testhal/KINETIS/KL27Z/BLINK/board/board.mk

10 lines
183 B
Makefile
Raw Normal View History

# List of all the board related files.
BOARDSRC = ./board/board.c
# Required include directories
BOARDINC = ./board
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)