mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 06:35:31 -04:00
Build the supported DTBs as part of modules build. MFC after: 2 weeks Sponsored by: Rubicon Communications, LLC (Netgate)
7 lines
140 B
Makefile
7 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>
|