mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
6 lines
168 B
Makefile
Executable File
6 lines
168 B
Makefile
Executable File
# List of all the board related files.
|
|
BOARDSRC = ${CHIBIOS}/boards/ARDUINO_MEGA/board.c
|
|
|
|
# Required include directories
|
|
BOARDINC = ${CHIBIOS}/boards/ARDUINO_MEGA
|