[PATCH 1/3] tools/hv: add basic Makefile
Andy Whitcroft
apw at canonical.com
Fri Apr 6 17:52:41 UTC 2012
Signed-off-by: Andy Whitcroft <apw at canonical.com>
---
tools/hv/Makefile | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
create mode 100644 tools/hv/Makefile
diff --git a/tools/hv/Makefile b/tools/hv/Makefile
new file mode 100644
index 0000000..ef87f85
--- /dev/null
+++ b/tools/hv/Makefile
@@ -0,0 +1,7 @@
+hv_kvp_daemon: hv_kvp_daemon.c
+
+clean:
+ rm -f hv_kvp_daemon
+
+install:
+ install hv_kvp_daemon /usr/sbin/
--
1.7.9.1
More information about the kernel-team
mailing list