xref: /freebsd/sys/modules/dtb/mv/Makefile (revision 6f63e88c0166ed3e5f2805a9e667c7d24d304cf1)
1# $FreeBSD$
2# All the dts files for Marvell systems we support.
3
4.if ${MACHINE_ARCH} == "armv7"
5DTS=	\
6	armada-388-clearfog.dts \
7	armada-388-gp.dts
8.elif ${MACHINE_ARCH} == "aarch64"
9DTS=	\
10	marvell/armada-3720-espressobin.dts
11.endif
12
13.include <bsd.dtb.mk>
14