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

9 lines
246 B
Makefile
Raw Normal View History

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