diff --git a/drivers/vhost/Makefile b/drivers/vhost/Makefile index a27b053bc9ab..6ea9cecb1fb1 100644 --- a/drivers/vhost/Makefile +++ b/drivers/vhost/Makefile @@ -2,3 +2,4 @@ obj-$(CONFIG_VHOST_NET) += vhost_net.o vhost_net-y := vhost.o net.o obj-$(CONFIG_TCM_VHOST) += tcm_vhost.o +tcm_vhost-y := scsi.o diff --git a/drivers/vhost/tcm_vhost.c b/drivers/vhost/scsi.c similarity index 100% rename from drivers/vhost/tcm_vhost.c rename to drivers/vhost/scsi.c