mirror of https://gitee.com/openkylin/linux.git
vhost: src file renames
Move tcm_vhost.c -> scsi.c Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Asias He <asias@redhat.com> Acked-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:
parent
150b9e51ae
commit
eb62b74e90
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue