]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Add empty Build files for architectures lacking them
authorBen Hutchings <ben@decadent.org.uk>
Tue, 4 Aug 2015 16:10:27 +0000 (17:10 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 6 Aug 2015 19:24:15 +0000 (16:24 -0300)
commite58f58e214a6d61a4fba8eb7f5c2c5091b4f3a88
treee8e88169e9d3e9c6321965dbfa286fd8e37fe9e8
parente4d781d49558625a3d3f128dcf36b6403081b6e4
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: 579dd91edcfe ("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 [new file with mode: 0644]
tools/perf/arch/mips/Build [new file with mode: 0644]
tools/perf/arch/parisc/Build [new file with mode: 0644]