xref: /freebsd/sys/modules/dtb/mv/Makefile (revision 5ab1c5846ff41be24b1f6beb0317bf8258cd4409)
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