Files
Linux/tools/hv/Build
T
Andy Shevchenko 9b54341965 Tools: hv: move to tools buildsystem
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 <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
Tested-by: Vitaly Kuznetsov <[email protected]>
Signed-off-by: Sasha Levin <[email protected]>
2019-08-20 11:31:45 -04:00

4 lines
109 B
Python

hv_kvp_daemon-y += hv_kvp_daemon.o
hv_vss_daemon-y += hv_vss_daemon.o
hv_fcopy_daemon-y += hv_fcopy_daemon.o