opnsense-src/sys/modules/dtb/rpi/Makefile
Emmanuel Vadot 1d16c90d1a dtb: rpi: Only compile and copy the DTSO
The DTB is now loaded via the firmware, passed to u-boot then to loader.efi
Only compile and copy the dts overlays.
2018-08-03 22:06:15 +00:00

7 lines
119 B
Makefile

# $FreeBSD$
# DTS files for the Raspberry Pi-B
DTSO= \
spigen-rpi-b.dtso \
spigen-rpi2.dtso \
.include <bsd.dtb.mk>