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)
commit9352aabad16af51c4c66fb2470ca01e4005bd282
tree423cfe934196c73aa6275094a82cc3d81d8e5a33
parent285ab8bfc6637780052f663d90e3aa9a653042c9
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]
This page took 0.027808 seconds and 5 git commands to generate.