mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
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
|