6 lines
167 B
Makefile
Raw Normal View History

2022-09-22 09:26:57 -07:00
# List of all the simulator board related files.
BOARDSRC = ${CHIBIOS}/boards/simulator/board.c
# Required include directories
BOARDINC = ${CHIBIOS}/boards/simulator