From: Anton Blanchard Date: Tue, 30 Jun 2009 23:00:45 +0000 (+1000) Subject: perf_counter tools: Remove zlib dependency X-Git-Tag: upstream/snapshot3+hdmi~18041^2~70 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6717534ddc328ae5cdf89f1ef802db83fc451f19;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git perf_counter tools: Remove zlib dependency The zlib devel libraries may not be installed and since we aren't using zlib we may as well remove it. Signed-off-by: Anton Blanchard Cc: a.p.zijlstra@chello.nl Cc: paulus@samba.org LKML-Reference: <20090630230140.802078956@samba.org> Signed-off-by: Ingo Molnar --- diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 9c6d0ae3..f572c90 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile @@ -381,12 +381,6 @@ ifndef CC_LD_DYNPATH endif endif -ifdef ZLIB_PATH - BASIC_CFLAGS += -I$(ZLIB_PATH)/include - EXTLIBS += -L$(ZLIB_PATH)/$(lib) $(CC_LD_DYNPATH)$(ZLIB_PATH)/$(lib) -endif -EXTLIBS += -lz - ifdef NEEDS_SOCKET EXTLIBS += -lsocket endif