diff options
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 9c6d0ae3708e..f572c90f610e 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -381,12 +381,6 @@ ifndef CC_LD_DYNPATH | |||
381 | endif | 381 | endif |
382 | endif | 382 | endif |
383 | 383 | ||
384 | ifdef ZLIB_PATH | ||
385 | BASIC_CFLAGS += -I$(ZLIB_PATH)/include | ||
386 | EXTLIBS += -L$(ZLIB_PATH)/$(lib) $(CC_LD_DYNPATH)$(ZLIB_PATH)/$(lib) | ||
387 | endif | ||
388 | EXTLIBS += -lz | ||
389 | |||
390 | ifdef NEEDS_SOCKET | 384 | ifdef NEEDS_SOCKET |
391 | EXTLIBS += -lsocket | 385 | EXTLIBS += -lsocket |
392 | endif | 386 | endif |