aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/PJRC_TEENSY_3/board.mk
blob: cc268a9d99a2f79ac06e397dfcdc16b2c81082c2 (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/board.c

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

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