aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2015-02-07 00:41:08 +0000
committerWarner Losh <imp@FreeBSD.org>2015-02-07 00:41:08 +0000
commit854739a4aa2ce8628dfee131f9018a6604218ef3 (patch)
tree491f1d9d6022c8e654f6a3811828e172e766e6ef /sys
parentdc98c004640831c88d7d4c25966674ba226ccbb2 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/arm/conf/RPI-B3
-rw-r--r--sys/modules/Makefile2
2 files changed, 4 insertions, 1 deletions
diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B
index 0b886dd0582e9..1c28f105a964b 100644
--- a/sys/arm/conf/RPI-B
+++ b/sys/arm/conf/RPI-B
@@ -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
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 7498dab0792ad..7f917d6e5c6af 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -735,6 +735,8 @@ _zfs= zfs
.endif
+SUBDIR+=${MODULES_EXTRA}
+
.for reject in ${WITHOUT_MODULES}
SUBDIR:= ${SUBDIR:N${reject}}
.endfor