mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 03:00:54 +07:00
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: 5e8c0fb6a9
("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>
This commit is contained in:
parent
f80010eb23
commit
93df8a1ed6
1
tools/perf/arch/alpha/Build
Normal file
1
tools/perf/arch/alpha/Build
Normal file
@ -0,0 +1 @@
|
||||
# empty
|
1
tools/perf/arch/mips/Build
Normal file
1
tools/perf/arch/mips/Build
Normal file
@ -0,0 +1 @@
|
||||
# empty
|
1
tools/perf/arch/parisc/Build
Normal file
1
tools/perf/arch/parisc/Build
Normal file
@ -0,0 +1 @@
|
||||
# empty
|
Loading…
Reference in New Issue
Block a user