mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
The DTB is now loaded via the firmware, passed to u-boot then to loader.efi Only compile and copy the dts overlays.
7 lines
119 B
Makefile
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>
|