public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* tools/perf: Add empty Build files for architectures lacking them
@ 2015-08-04 16:10 Ben Hutchings
  2015-08-06 19:25 ` Arnaldo Carvalho de Melo
  2015-08-07  7:19 ` [tip:perf/core] perf tools: " tip-bot for Ben Hutchings
  0 siblings, 2 replies; 3+ messages in thread
From: Ben Hutchings @ 2015-08-04 16:10 UTC (permalink / raw)
  To: Peter Zijlstra, Paul Mackerras, Ingo Molnar,
	Arnaldo Carvalho de Melo
  Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 705 bytes --]

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 <ben@decadent.org.uk>
Fixes: 5e8c0fb6a957 ("perf build: Add arch x86 objects building")
---
--- /dev/null
+++ b/tools/perf/arch/alpha/Build
@@ -0,0 +1 @@
+# empty
--- /dev/null
+++ b/tools/perf/arch/mips/Build
@@ -0,0 +1,1 @@
+# empty
--- /dev/null
+++ b/tools/perf/arch/parisc/Build
@@ -0,0 +1 @@
+# empty

-- 
Ben Hutchings
Logic doesn't apply to the real world. - Marvin Minsky


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 811 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-07  7:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-04 16:10 tools/perf: Add empty Build files for architectures lacking them Ben Hutchings
2015-08-06 19:25 ` Arnaldo Carvalho de Melo
2015-08-07  7:19 ` [tip:perf/core] perf tools: " tip-bot for Ben Hutchings

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox