blob: 683b9bbc3dd8c8cc8e1df881b7a0bfa3b2c37706 (
plain)
1
2
3
4
5
6
7
8
9
|
# List of all the board related files.
BOARDSRC = ${CHIBIOS}/os/hal/boards/MT-DB-X4/board.c
# Required include directories
BOARDINC = ${CHIBIOS}/os/hal/boards/MT-DB-X4
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)
|