mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-12 01:33:04 +00:00
Files
a2c4fefe342d0ab10b18b14c68fdcc420c10fe01
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
|