From patchwork Fri Apr 6 17:52:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Whitcroft X-Patchwork-Id: 151229 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 44283B7099 for ; Sat, 7 Apr 2012 03:53:03 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SGDL6-0003EQ-H6; Fri, 06 Apr 2012 17:52:48 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SGDL3-0003Dg-6h for kernel-team@lists.ubuntu.com; Fri, 06 Apr 2012 17:52:45 +0000 Received: from host86-166-226-191.range86-166.btcentralplus.com ([86.166.226.191] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SGDL3-00026j-3P; Fri, 06 Apr 2012 17:52:45 +0000 From: Andy Whitcroft To: kernel-team@lists.ubuntu.com Subject: [PATCH 1/3] tools/hv: add basic Makefile Date: Fri, 6 Apr 2012 18:52:41 +0100 Message-Id: <1333734763-6664-2-git-send-email-apw@canonical.com> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1333734763-6664-1-git-send-email-apw@canonical.com> References: <1333734763-6664-1-git-send-email-apw@canonical.com> Cc: Andy Whitcroft X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com 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/