Makefile (1409e715e64d67b3093a889e63b33ef48e280ec8) Makefile (ce0b0df7ab9fd067a6b3f3c7c9b025fdb9d62d69)
1# $FreeBSD$
2# DTS files for the Raspberry Pi-B
3DTS=rpi.dts rpi2.dts
4
1# $FreeBSD$
2# DTS files for the Raspberry Pi-B
3DTS=rpi.dts rpi2.dts
4
5DTSO= \
6 spigen-rpi-b.dtso \
7 spigen-rpi2.dtso \
8
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>
9LINKS= \
10 ${DTBDIR}/rpi.dtb ${DTBDIR}/bcm2835-rpi-b.dtb \
11 ${DTBDIR}/rpi.dtb ${DTBDIR}/bcm2835-rpi-b-rev2.dtb \
12 ${DTBDIR}/rpi.dtb ${DTBDIR}/bcm2835-rpi-b-plus.dtb \
13 ${DTBDIR}/rpi.dtb ${DTBDIR}/bcm2835-rpi-zero.dtb \
14 ${DTBDIR}/rpi2.dtb ${DTBDIR}/bcm2836-rpi-2-b.dtb
15
16.include <bsd.dtb.mk>