diff options
author | Jiri Olsa <jolsa@kernel.org> | 2014-12-30 07:31:12 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2015-02-12 11:11:18 -0500 |
commit | 1571b695053c4ccad66c5151d78247a6590338d6 (patch) | |
tree | 3089dd24388416b67cce083798b1533731b23d50 /tools/perf/config | |
parent | 3bc3374cc50ce533259b7efed261f3d68307113c (diff) |
perf build: Add zlib objects building
Move the zlib objects building under build framework to be included in
the libperf build object.
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-cpbb47g82ahpa4yqfr9dcobq@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/config')
-rw-r--r-- | tools/perf/config/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile index 2fc4d5682c3b..b97a7b903a23 100644 --- a/tools/perf/config/Makefile +++ b/tools/perf/config/Makefile | |||
@@ -640,6 +640,7 @@ ifndef NO_ZLIB | |||
640 | ifeq ($(feature-zlib), 1) | 640 | ifeq ($(feature-zlib), 1) |
641 | CFLAGS += -DHAVE_ZLIB_SUPPORT | 641 | CFLAGS += -DHAVE_ZLIB_SUPPORT |
642 | EXTLIBS += -lz | 642 | EXTLIBS += -lz |
643 | $(call detected,CONFIG_ZLIB) | ||
643 | else | 644 | else |
644 | NO_ZLIB := 1 | 645 | NO_ZLIB := 1 |
645 | endif | 646 | endif |