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

# Required include directories
BOARDINC = ${CHIBIOS}/os/hal/boards/ARDUINO_MINI

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