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

10 lines
191 B
Makefile

# List of all the board related files.
BOARDSRC = $(BOARDDIR)/board.c
# Required include directories
BOARDINC = $(BOARDDIR)
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)