mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 18:40:57 +07:00
8 lines
204 B
Makefile
8 lines
204 B
Makefile
|
obj-$(CONFIG_HYPERV) += hv_vmbus.o
|
||
|
obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o
|
||
|
|
||
|
hv_vmbus-y := vmbus_drv.o \
|
||
|
hv.o connection.o channel.o \
|
||
|
channel_mgmt.o ring_buffer.o
|
||
|
hv_utils-y := hv_util.o hv_kvp.o
|