]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/hv/Makefile
Merge tag 'asoc-fix-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...
[mirror_ubuntu-artful-kernel.git] / drivers / hv / Makefile
1 obj-$(CONFIG_HYPERV) += hv_vmbus.o
2 obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o
3 obj-$(CONFIG_HYPERV_BALLOON) += hv_balloon.o
4
5 hv_vmbus-y := vmbus_drv.o \
6 hv.o connection.o channel.o \
7 channel_mgmt.o ring_buffer.o
8 hv_utils-y := hv_util.o hv_kvp.o hv_snapshot.o hv_fcopy.o hv_utils_transport.o