diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2013-05-02 03:52:59 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2013-05-02 13:40:22 +0300 |
commit | 181c04a357bb791587c55a99362c2fdde2c64f18 (patch) | |
tree | 50d9fac3e8320494a9f86e9d430578ffa412bd60 /drivers/vhost/Makefile | |
parent | 5012a3a384ad917b5c72a918607bd0cc64452ff8 (diff) | |
download | linux-181c04a357bb791587c55a99362c2fdde2c64f18.tar.gz linux-181c04a357bb791587c55a99362c2fdde2c64f18.tar.bz2 linux-181c04a357bb791587c55a99362c2fdde2c64f18.zip |
vhost_scsi: module rename
Rename module and update Kconfig and Makefile.
Add alias for compatibility with old userspace
scripts if any.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Asias He <asias@redhat.com>
Acked-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/vhost/Makefile')
-rw-r--r-- | drivers/vhost/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/vhost/Makefile b/drivers/vhost/Makefile index 6ea9cecb1fb1..ef21d5fdfa7d 100644 --- a/drivers/vhost/Makefile +++ b/drivers/vhost/Makefile @@ -1,5 +1,5 @@ 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 +obj-$(CONFIG_VHOST_SCSI) += vhost_scsi.o +vhost_scsi-y := scsi.o |