6 lines
163 B
Makefile
Raw Normal View History

2022-09-22 09:26:57 -07:00
# List of all the board related files.
BOARDSRC = ${CHIBIOS}/boards/ARDUINO_MEGA/board.c
# Required include directories
BOARDINC = ${CHIBIOS}/boards/ARDUINO_MEGA