From patchwork Fri Apr 6 17:52:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/3] tools/hv: add basic Makefile Date: Fri, 06 Apr 2012 07:52:41 -0000 From: Andy Whitcroft X-Patchwork-Id: 151229 Message-Id: <1333734763-6664-2-git-send-email-apw@canonical.com> To: kernel-team@lists.ubuntu.com Cc: Andy Whitcroft Signed-off-by: Andy Whitcroft --- 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/