mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-02 19:46:45 -04:00
5 lines
202 B
Makefile
Executable file
5 lines
202 B
Makefile
Executable file
# List of all the board related files.
|
|
BOARDSRC = $(CHIBIOS)/boards/NONSTANDARD_STM32F4_BARTHESS1/board.c
|
|
|
|
# Required include directories
|
|
BOARDINC = $(CHIBIOS)/boards/NONSTANDARD_STM32F4_BARTHESS1
|