aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf')
-rw-r--r--tools/perf/config/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile
index 97a64c4631d3..9429805f395c 100644
--- a/tools/perf/config/Makefile
+++ b/tools/perf/config/Makefile
@@ -309,7 +309,7 @@ endif # NO_LIBELF
309 309
310ifndef NO_LIBUNWIND 310ifndef NO_LIBUNWIND
311 ifneq ($(feature-libunwind), 1) 311 ifneq ($(feature-libunwind), 1)
312 msg := $(warning No libunwind found, disabling post unwind support. Please install libunwind-dev[el] >= 1.1); 312 msg := $(warning No libunwind found, disabling post unwind support. Please install libunwind-dev[el] >= 1.1 and/or set LIBUNWIND_DIR);
313 NO_LIBUNWIND := 1 313 NO_LIBUNWIND := 1
314 else 314 else
315 ifeq ($(ARCH),arm) 315 ifeq ($(ARCH),arm)