Skip to content

Commit 93df8a1

Browse files
bwhacksacmel
authored andcommitted
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 <[email protected]> Fixes: 5e8c0fb ("perf build: Add arch x86 objects building") Cc: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent f80010e commit 93df8a1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tools/perf/arch/alpha/Build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# empty

tools/perf/arch/mips/Build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# empty

tools/perf/arch/parisc/Build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# empty

0 commit comments

Comments
 (0)