ChibiOS-Contrib/os/hal/boards/EXP430FR6989/board.mk

10 lines
248 B
Makefile
Raw Normal View History

# List of all the board related files.
BOARDSRC = ${CHIBIOS_CONTRIB}/os/hal/boards/EXP430FR6989/board.c
# Required include directories
BOARDINC = ${CHIBIOS_CONTRIB}/os/hal/boards/EXP430FR6989
2020-04-08 10:55:22 -07:00
ALLINC += $(BOARDINC)
ALLSRC += $(BOARDSRC)