aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/KINETIS/KL27Z/BLINK/board/board.mk
blob: b410cdbbdfb369a896e45e5653b8109b57fcaca9 (plain)
1
2
3
4
5
6
7
8
9
# List of all the board related files.
BOARDSRC = ./board/board.c

# Required include directories
BOARDINC = ./board

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