mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-14 12:08:40 +00:00
6 lines
186 B
Makefile
6 lines
186 B
Makefile
|
# List of all the board related files.
|
||
|
BOARDSRC = ${CHIBIOS}/boards/ST_INEMO_M1_DISCOVERY/board.c
|
||
|
|
||
|
# Required include directories
|
||
|
BOARDINC = ${CHIBIOS}/boards/ST_INEMO_M1_DISCOVERY
|