mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-29 09:07:17 -04:00
5 lines
176 B
Makefile
Executable file
5 lines
176 B
Makefile
Executable file
# List of all the board related files.
|
|
BOARDSRC = ${CHIBIOS}/boards/OLIMEX_STM32_LCD/board.c
|
|
|
|
# Required include directories
|
|
BOARDINC = ${CHIBIOS}/boards/OLIMEX_STM32_LCD
|