]> git.baikalelectronics.ru Git - kernel.git/commit
perf build: Add libperf objects building
authorJiri Olsa <jolsa@kernel.org>
Mon, 29 Dec 2014 16:42:46 +0000 (17:42 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 12 Feb 2015 14:42:57 +0000 (11:42 -0300)
commitc4509ca8b55a06468e2a0200ecbad188d479e439
tree423cfe934196c73aa6275094a82cc3d81d8e5a33
parent1617cd0c9964519768ee967afde307b84bac77c5
perf build: Add libperf objects building

Move the util objects building under build framework.

Add the new libperf build object so it's separated from the rest of the
perf code and could be librarized.

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-574tgt9t23tnxo9td8qjiibc@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/build/Makefile.build
tools/perf/Build
tools/perf/Makefile.perf
tools/perf/arch/Build [new file with mode: 0644]
tools/perf/config/Makefile
tools/perf/util/Build [new file with mode: 0644]