aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/PJRC_TEENSY_3_5/board.mk
blob: 6c88262ba1f57d1572ff952eb2c0a1bac0b2c57d (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_5/board.c

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

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