aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2018-08-03 22:06:15 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2018-08-03 22:06:15 +0000
commit1d16c90d1a7e451a37378dbc6993c61fc2a7640e (patch)
treee055af504c6c51ed2b119f0fd3d526ecf6200f9e /sys/modules
parent35ab4bcc2916140bca3f2183ac5a101cd0b2bf81 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/dtb/rpi/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/modules/dtb/rpi/Makefile b/sys/modules/dtb/rpi/Makefile
index fc7f640102c6..3205e7ae4640 100644
--- a/sys/modules/dtb/rpi/Makefile
+++ b/sys/modules/dtb/rpi/Makefile
@@ -1,16 +1,7 @@
# $FreeBSD$
# DTS files for the Raspberry Pi-B
-DTS=rpi.dts rpi2.dts
-
DTSO= \
spigen-rpi-b.dtso \
spigen-rpi2.dtso \
-LINKS= \
- ${DTBDIR}/rpi.dtb ${DTBDIR}/bcm2835-rpi-b.dtb \
- ${DTBDIR}/rpi.dtb ${DTBDIR}/bcm2835-rpi-b-rev2.dtb \
- ${DTBDIR}/rpi.dtb ${DTBDIR}/bcm2835-rpi-b-plus.dtb \
- ${DTBDIR}/rpi.dtb ${DTBDIR}/bcm2835-rpi-zero.dtb \
- ${DTBDIR}/rpi2.dtb ${DTBDIR}/bcm2836-rpi-2-b.dtb
-
.include <bsd.dtb.mk>