]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/dtb/rpi/Makefile
Update svn-1.9.7 to 1.10.0.
[FreeBSD/FreeBSD.git] / sys / modules / dtb / rpi / Makefile
1 # $FreeBSD$
2 # DTS files for the Raspberry Pi-B
3 DTS=rpi.dts rpi2.dts
4
5 LINKS= \
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>