146a97191SGreg Kroah-Hartmanobj-$(CONFIG_HYPERV) += hv_vmbus.o 246a97191SGreg Kroah-Hartmanobj-$(CONFIG_HYPERV_UTILS) += hv_utils.o 39aa8b50bSK. Y. Srinivasanobj-$(CONFIG_HYPERV_BALLOON) += hv_balloon.o 446a97191SGreg Kroah-Hartman 546a97191SGreg Kroah-Hartmanhv_vmbus-y := vmbus_drv.o \ 646a97191SGreg Kroah-Hartman hv.o connection.o channel.o \ 746a97191SGreg Kroah-Hartman channel_mgmt.o ring_buffer.o 846a97191SGreg Kroah-Hartmanhv_utils-y := hv_util.o hv_kvp.o 9