freebsd-nq/sys/modules/dtb/mv/Makefile
Luiz Otavio O Souza 34238cb7b3 Disable the build of the static/embedded DTB for the ARMADA38X kernel.
Build the supported DTBs as part of modules build.

MFC after:	2 weeks
Sponsored by:	Rubicon Communications, LLC (Netgate)
2017-05-09 18:12:05 +00:00

8 lines
140 B
Makefile

# $FreeBSD$
# All the dts files for Marvell systems we support.
DTS= \
armada-388-clearfog.dts \
armada-388-gp.dts
.include <bsd.dtb.mk>