aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/SEEED_ARCH_MAX/board.mk
blob: 4f0ee6156feb2ad8b7d0e65bce768ffe811de00f (plain)
1
2
3
4
5
6
7
8
9
# List of all the board related files.
BOARDSRC = $(CHIBIOS)/os/hal/boards/SEEED_ARCH_MAX/board.c

# Required include directories
BOARDINC = $(CHIBIOS)/os/hal/boards/SEEED_ARCH_MAX

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