You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|
|
|