X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fvhost%2FMakefile;h=6b012b986b577d5772c5007e26376c9bc8311ec3;hb=f28929ba36b7b35feffd3f282ba17fbc0c4cc83e;hp=e0441c34db1cf81dff8e327fa38400f0bb44bbd3;hpb=3711d86a2de17e967b576af8b8a1e9351a7d1466;p=cascardo%2Flinux.git diff --git a/drivers/vhost/Makefile b/drivers/vhost/Makefile index e0441c34db1c..6b012b986b57 100644 --- a/drivers/vhost/Makefile +++ b/drivers/vhost/Makefile @@ -4,5 +4,9 @@ vhost_net-y := net.o obj-$(CONFIG_VHOST_SCSI) += vhost_scsi.o vhost_scsi-y := scsi.o +obj-$(CONFIG_VHOST_VSOCK) += vhost_vsock.o +vhost_vsock-y := vsock.o + obj-$(CONFIG_VHOST_RING) += vringh.o + obj-$(CONFIG_VHOST) += vhost.o