Skip to content

Commit

Permalink
perf tools: Add empty Build files for architectures lacking them
Browse files Browse the repository at this point in the history
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: 5e8c0fb ("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>
  • Loading branch information
Ben Hutchings authored and Arnaldo Carvalho de Melo committed Aug 6, 2015
1 parent f80010e commit 93df8a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/perf/arch/alpha/Build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# empty
1 change: 1 addition & 0 deletions tools/perf/arch/mips/Build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# empty
1 change: 1 addition & 0 deletions tools/perf/arch/parisc/Build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# empty

0 comments on commit 93df8a1

Please sign in to comment.