Pull in the rpi.dts -> rpi.dtb module (dtb/rpi) and have it install

rpi.dtb in /boot/dtb by default.
This commit is contained in:
Warner Losh 2015-02-07 00:41:08 +00:00
parent dc98c00464
commit 854739a4aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278340
2 changed files with 4 additions and 1 deletions

View File

@ -134,4 +134,5 @@ options FDT # Configure using FDT/DTB data
# Note: DTB is normally loaded and modified by RPi boot loader, then
# handed to kernel via U-Boot and ubldr.
#options FDT_DTB_STATIC
makeoptions FDT_DTS_FILE=rpi.dts
#makeoptions FDT_DTS_FILE=rpi.dts
makeoptions MODULES_EXTRA=dtb/rpi

View File

@ -735,6 +735,8 @@ _zfs= zfs
.endif
SUBDIR+=${MODULES_EXTRA}
.for reject in ${WITHOUT_MODULES}
SUBDIR:= ${SUBDIR:N${reject}}
.endfor