mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-28 23:24:50 +00:00
9b54341965
There is a nice buildsystem dedicated for userspace tools in Linux kernel tree. Switch Hyper-V daemons to be built by it. Cc: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Tested-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
3 lines
109 B
Text
3 lines
109 B
Text
hv_kvp_daemon-y += hv_kvp_daemon.o
|
|
hv_vss_daemon-y += hv_vss_daemon.o
|
|
hv_fcopy_daemon-y += hv_fcopy_daemon.o
|