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