aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r--tools/perf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index 7e25f59e5e89..b1801e0693c9 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -490,6 +490,8 @@ ifneq ($(call try-cc,$(SOURCE_LIBELF),$(FLAGS_LIBELF),libelf),y)
490 LIBC_SUPPORT := 1 490 LIBC_SUPPORT := 1
491 endif 491 endif
492 ifeq ($(LIBC_SUPPORT),1) 492 ifeq ($(LIBC_SUPPORT),1)
493 msg := $(warning No libelf found, disables 'probe' tool, please install elfutils-libelf-devel/libelf-dev);
494
493 NO_LIBELF := 1 495 NO_LIBELF := 1
494 NO_DWARF := 1 496 NO_DWARF := 1
495 NO_DEMANGLE := 1 497 NO_DEMANGLE := 1