From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756093AbbHGHTn (ORCPT ); Fri, 7 Aug 2015 03:19:43 -0400 Received: from terminus.zytor.com ([198.137.202.10]:39584 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756065AbbHGHTk (ORCPT ); Fri, 7 Aug 2015 03:19:40 -0400 Date: Fri, 7 Aug 2015 00:19:18 -0700 From: tip-bot for Ben Hutchings Message-ID: Cc: mingo@kernel.org, acme@redhat.com, a.p.zijlstra@chello.nl, ben@decadent.org.uk, linux-kernel@vger.kernel.org, tglx@linutronix.de, hpa@zytor.com Reply-To: ben@decadent.org.uk, a.p.zijlstra@chello.nl, acme@redhat.com, mingo@kernel.org, linux-kernel@vger.kernel.org, hpa@zytor.com, tglx@linutronix.de In-Reply-To: <1438704627.7315.2.camel@decadent.org.uk> References: <1438704627.7315.2.camel@decadent.org.uk> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf tools: Add empty Build files for architectures lacking them Git-Commit-ID: 93df8a1ed6231727c5db94a80b1a6bd5ee67cec3 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 93df8a1ed6231727c5db94a80b1a6bd5ee67cec3 Gitweb: http://git.kernel.org/tip/93df8a1ed6231727c5db94a80b1a6bd5ee67cec3 Author: Ben Hutchings AuthorDate: Tue, 4 Aug 2015 17:10:27 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 6 Aug 2015 16:24:15 -0300 perf tools: Add empty Build files for architectures lacking them perf currently fails to build on MIPS as there is no tools/perf/arch/mips/Build file. Adding an empty file fixes this as there are no MIPS-specific sources to build. It looks like the same is needed for Alpha and PA-RISC, though I haven't been able to test those. Signed-off-by: Ben Hutchings Fixes: 5e8c0fb6a957 ("perf build: Add arch x86 objects building") Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1438704627.7315.2.camel@decadent.org.uk Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/arch/alpha/Build | 1 + tools/perf/arch/mips/Build | 1 + tools/perf/arch/parisc/Build | 1 + 3 files changed, 3 insertions(+) diff --git a/tools/perf/arch/alpha/Build b/tools/perf/arch/alpha/Build new file mode 100644 index 0000000..1bb8bf6 --- /dev/null +++ b/tools/perf/arch/alpha/Build @@ -0,0 +1 @@ +# empty diff --git a/tools/perf/arch/mips/Build b/tools/perf/arch/mips/Build new file mode 100644 index 0000000..1bb8bf6 --- /dev/null +++ b/tools/perf/arch/mips/Build @@ -0,0 +1 @@ +# empty diff --git a/tools/perf/arch/parisc/Build b/tools/perf/arch/parisc/Build new file mode 100644 index 0000000..1bb8bf6 --- /dev/null +++ b/tools/perf/arch/parisc/Build @@ -0,0 +1 @@ +# empty