ChibiOS-Contrib/demos/LPC/LPC_11U35_USBDFU/board/board.mk

10 lines
191 B
Makefile
Raw Permalink Normal View History

2020-11-30 15:07:16 -08:00
# List of all the board related files.
BOARDSRC = $(BOARDDIR)/board.c
# Required include directories
BOARDINC = $(BOARDDIR)
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)