OSDN Git Service

perf build: Add arch x86 objects building
authorJiri Olsa <jolsa@kernel.org>
Tue, 30 Dec 2014 13:03:40 +0000 (14:03 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 12 Feb 2015 16:12:01 +0000 (13:12 -0300)
commit5e8c0fb6a95728b852d56c0a9244425d474670c0
treed992492ca26eda6ea440ea66f5cabb0986b7ea0d
parentcb4e67fdee46116d6ec5ad37316cf7ff35ad1d7c
perf build: Add arch x86 objects building

Move the x86 arch objects building under build framework to be included
in the libperf build object.

Adding also arch/$(ARCH)/Build files for the rest of the archs. The
reason for this is that in arch/Build we now do:

  +libperf-y += $(ARCH)/

which would make the build to fail on other architectures, because the
build framework requires 'Build' file in nested directories and this
patch adds it only for x86.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Tested-by: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Tested-by: Will Deacon <will.deacon@arm.com>
Cc: Alexis Berlemont <alexis.berlemont@gmail.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-5enob06z07m7ew6nzzdmp3n2@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/arch/Build
tools/perf/arch/arm/Build [new file with mode: 0644]
tools/perf/arch/arm64/Build [new file with mode: 0644]
tools/perf/arch/powerpc/Build [new file with mode: 0644]
tools/perf/arch/s390/Build [new file with mode: 0644]
tools/perf/arch/sh/Build [new file with mode: 0644]
tools/perf/arch/sparc/Build [new file with mode: 0644]
tools/perf/arch/x86/Build [new file with mode: 0644]
tools/perf/arch/x86/Makefile
tools/perf/arch/x86/tests/Build [new file with mode: 0644]
tools/perf/arch/x86/util/Build [new file with mode: 0644]