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.
5 lines
226 B
5 lines
226 B
12 years ago
|
obj-$(CONFIG_VMWARE_VMCI) += vmw_vmci.o
|
||
|
vmw_vmci-y += vmci_context.o vmci_datagram.o vmci_doorbell.o \
|
||
|
vmci_driver.o vmci_event.o vmci_guest.o vmci_handle_array.o \
|
||
|
vmci_host.o vmci_queue_pair.o vmci_resource.o vmci_route.o
|