mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-15 12:38:11 +00:00
e9e4d20302
5 lines
206 B
Makefile
5 lines
206 B
Makefile
# List of all the board related files.
|
|||
BOARDSRC = ${CHIBIOS_PORTAPACK}/boards/PORTAPACK_APPLICATION/board.cpp
|
|||
|
|||
# Required include directories
|
|||
BOARDINC = ${CHIBIOS_PORTAPACK}/boards/PORTAPACK_APPLICATION
|