mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-12 09:14:30 -05:00
6 lines
184 B
Makefile
Executable File
6 lines
184 B
Makefile
Executable File
# List of all the board related files.
|
|
BOARDSRC = ${CHIBIOS}/boards/MAPLEMINI_STM32_F103/board.c
|
|
|
|
# Required include directories
|
|
BOARDINC = ${CHIBIOS}/boards/MAPLEMINI_STM32_F103
|