mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-14 20:18:13 +00:00
6 lines
210 B
Makefile
Executable File
6 lines
210 B
Makefile
Executable File
# List of all the board related files.
|
|
BOARDSRC = ${CHIBIOS_PORTAPACK}/boards/SHAREBRAINED_PP_H1_TEST/board.c
|
|
|
|
# Required include directories
|
|
BOARDINC = ${CHIBIOS_PORTAPACK}/boards/SHAREBRAINED_PP_H1_TEST
|