OSDN Git Service

vhost: introduce vDPA-based backend
[tomoyo/tomoyo-test1.git] / drivers / vhost / Makefile
index fb83100..f3e1897 100644 (file)
@@ -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