summaryrefslogtreecommitdiff
path: root/drivers/vhost/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/vhost/Makefile')
-rw-r--r--drivers/vhost/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/vhost/Makefile b/drivers/vhost/Makefile
index fb831002bcf0..f3e1897cce85 100644
--- a/drivers/vhost/Makefile
+++ b/drivers/vhost/Makefile
@@ -10,6 +10,9 @@ vhost_vsock-y := vsock.o
obj-$(CONFIG_VHOST_RING) += vringh.o
+obj-$(CONFIG_VHOST_VDPA) += vhost_vdpa.o
+vhost_vdpa-y := vdpa.o
+
obj-$(CONFIG_VHOST) += vhost.o
obj-$(CONFIG_VHOST_IOTLB) += vhost_iotlb.o