aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/PJRC_TEENSY_3_6/board.mk
blob: 0424c4d62d22e92ec7875d33c23e5c68a7a84b07 (plain)
1
2
3
4
5
6
7
8
9
# List of all the board related files.
BOARDSRC = ${CHIBIOS_CONTRIB}/os/hal/boards/PJRC_TEENSY_3_6/board.c

# Required include directories
BOARDINC = ${CHIBIOS_CONTRIB}/os/hal/boards/PJRC_TEENSY_3_6

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