forked from Minki/linux
8ac2837c89
This reverts commit0d76d6e8b2
and merge commitc402293bd7
, reversing changes made toc89359a42e
. The virtio-vsock device specification is not finalized yet. Michael Tsirkin voiced concerned about merging this code when the hardware interface (and possibly the userspace interface) could still change. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
9 lines
194 B
Makefile
9 lines
194 B
Makefile
obj-$(CONFIG_VHOST_NET) += vhost_net.o
|
|
vhost_net-y := net.o
|
|
|
|
obj-$(CONFIG_VHOST_SCSI) += vhost_scsi.o
|
|
vhost_scsi-y := scsi.o
|
|
|
|
obj-$(CONFIG_VHOST_RING) += vringh.o
|
|
obj-$(CONFIG_VHOST) += vhost.o
|