* 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
* Re: tools/perf: Add empty Build files for architectures lacking them
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
1 sibling, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2015-08-06 19:25 UTC (permalink / raw)
To: Ben Hutchings; +Cc: Peter Zijlstra, Paul Mackerras, Ingo Molnar, linux-kernel
Em Tue, Aug 04, 2015 at 05:10:27PM +0100, Ben Hutchings escreveu:
> 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.
Thanks, applied.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [tip:perf/core] perf tools: Add empty Build files for architectures lacking them
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-bot for Ben Hutchings
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Ben Hutchings @ 2015-08-07 7:19 UTC (permalink / raw)
To: linux-tip-commits; +Cc: mingo, acme, a.p.zijlstra, ben, linux-kernel, tglx, hpa
Commit-ID: 93df8a1ed6231727c5db94a80b1a6bd5ee67cec3
Gitweb: http://git.kernel.org/tip/93df8a1ed6231727c5db94a80b1a6bd5ee67cec3
Author: Ben Hutchings <ben@decadent.org.uk>
AuthorDate: Tue, 4 Aug 2015 17:10:27 +0100
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
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 <ben@decadent.org.uk>
Fixes: 5e8c0fb6a957 ("perf build: Add arch x86 objects building")
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1438704627.7315.2.camel@decadent.org.uk
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
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
^ permalink raw reply related [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