mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08:00
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>
8 lines
241 B
Makefile
8 lines
241 B
Makefile
obj-$(CONFIG_VSOCKETS) += vsock.o
|
|
obj-$(CONFIG_VMWARE_VMCI_VSOCKETS) += vmw_vsock_vmci_transport.o
|
|
|
|
vsock-y += af_vsock.o vsock_addr.o
|
|
|
|
vmw_vsock_vmci_transport-y += vmci_transport.o vmci_transport_notify.o \
|
|
vmci_transport_notify_qstate.o
|