Blame | Last modification | View Log | Download | RSS feed
# List of all the board related files.
BOARDSRC = ./chibios/board/board.c
# Required include directories
BOARDINC = ./chibios/board
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)