aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@FreeBSD.org>2021-01-21 01:21:35 +0000
committerJessica Clarke <jrtc27@FreeBSD.org>2021-01-21 01:21:35 +0000
commit32cb85d0f1e806ac2147fefff6b6e3bd107ba4c1 (patch)
tree7729807345a546c4e4c5dda02140d44b0a601f25 /sys/modules
parent633218ee4615854702fea05ba6e17c2a1876bb6b (diff)
downloadsrc-32cb85d0f1e806ac2147fefff6b6e3bd107ba4c1.tar.gz
src-32cb85d0f1e806ac2147fefff6b6e3bd107ba4c1.zip
Build VirtIO modules on all architectures
Currently only amd64, i386 and powerpc build VirtIO modules, yet all other architectures have at least one kernel configuration that includes the transport drivers, and so they lack drivers for all the devices they don't statically compile into the kernel. Instead, enable the build everywhere so all architectures have the full set of device drivers available. Reviewed by: bryanv (earlier version), imp (earlier version) Differential Revision: https://reviews.freebsd.org/D28058
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 320f4002f817..f5dd13527f08 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -376,7 +376,7 @@ SUBDIR= \
unionfs \
usb \
${_vesa} \
- ${_virtio} \
+ virtio \
vge \
${_viawd} \
videomode \
@@ -722,7 +722,6 @@ _tpm= tpm
_twa= twa
_vesa= vesa
_viawd= viawd
-_virtio= virtio
_wpi= wpi
.if ${MK_SOURCELESS_UCODE} != "no"
_wpifw= wpifw
@@ -794,7 +793,6 @@ _ffec= ffec
_nvd= nvd
_nvme= nvme
_pccard= pccard
-_virtio= virtio
.endif
.if ${MACHINE_ARCH:Mpowerpc64*} != ""