mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-13 11:44:31 +00:00
6 lines
178 B
Makefile
Executable File
6 lines
178 B
Makefile
Executable File
# List of all the board related files.
|
|
BOARDSRC = ${CHIBIOS}/boards/OLIMEX_STM32_H103/board.c
|
|
|
|
# Required include directories
|
|
BOARDINC = ${CHIBIOS}/boards/OLIMEX_STM32_H103
|