blob: 0998e9069fb974fe719b98140bfbf0e7778ca44f (
plain)
1
2
3
4
5
6
7
8
9
|
# List of all the simulator board related files.
BOARDSRC = ${CHIBIOS}/os/hal/boards/simulator/board.c
# Required include directories
BOARDINC = ${CHIBIOS}/os/hal/boards/simulator
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)
|