6 lines
184 B
Makefile
Executable file
6 lines
184 B
Makefile
Executable file
# List of all the board related files.
|
|
BOARDSRC = ${CHIBIOS}/boards/FIREBULL_STM32_F103/board.c
|
|
|
|
# Required include directories
|
|
BOARDINC = ${CHIBIOS}/boards/FIREBULL_STM32_F103
|
|
|