QMK/lib/chibios/os/hal/boards/ST_EVB_SPC56EL/board.mk

10 lines
247 B
Makefile
Raw Normal View History

2020-03-23 10:48:11 +01:00
# List of all the board related files.
BOARDSRC = ${CHIBIOS}/os/hal/boards/ST_EVB_SPC56EL/board.c
# Required include directories
BOARDINC = ${CHIBIOS}/os/hal/boards/ST_EVB_SPC56EL
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)