Makefile revision 326951
1# $FreeBSD: stable/11/sys/modules/dtb/rpi/Makefile 326951 2017-12-18 20:17:54Z manu $
2# DTS files for the Raspberry Pi-B
3DTS=rpi.dts rpi2.dts
4
5LINKS= \
6	${DTBDIR}/rpi.dtb ${DTBDIR}/bcm2835-rpi-b.dtb \
7	${DTBDIR}/rpi.dtb ${DTBDIR}/bcm2835-rpi-b-rev2.dtb \
8	${DTBDIR}/rpi.dtb ${DTBDIR}/bcm2835-rpi-b-plus.dtb \
9	${DTBDIR}/rpi.dtb ${DTBDIR}/bcm2835-rpi-zero.dtb \
10	${DTBDIR}/rpi2.dtb ${DTBDIR}/bcm2836-rpi-2-b.dtb
11
12.include <bsd.dtb.mk>
13