10 lines
247 B
Makefile
10 lines
247 B
Makefile
|
# List of all the board related files.
|
||
|
BOARDSRC = ${CHIBIOS}/os/hal/boards/ST_EVB_SPC563M/board.c
|
||
|
|
||
|
# Required include directories
|
||
|
BOARDINC = ${CHIBIOS}/os/hal/boards/ST_EVB_SPC563M
|
||
|
|
||
|
# Shared variables
|
||
|
ALLCSRC += $(BOARDSRC)
|
||
|
ALLINC += $(BOARDINC)
|