diff options
-rw-r--r-- | drivers/vhost/Makefile | 1 | ||||
-rw-r--r-- | drivers/vhost/scsi.c (renamed from drivers/vhost/tcm_vhost.c) | 0 |
2 files changed, 1 insertions, 0 deletions
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 | |||
2 | vhost_net-y := vhost.o net.o | 2 | vhost_net-y := vhost.o net.o |
3 | 3 | ||
4 | obj-$(CONFIG_TCM_VHOST) += tcm_vhost.o | 4 | obj-$(CONFIG_TCM_VHOST) += tcm_vhost.o |
5 | tcm_vhost-y := scsi.o | ||
diff --git a/drivers/vhost/tcm_vhost.c b/drivers/vhost/scsi.c index 19ca021bf88c..19ca021bf88c 100644 --- a/drivers/vhost/tcm_vhost.c +++ b/drivers/vhost/scsi.c | |||