aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/config/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/config/Makefile')
-rw-r--r--tools/perf/config/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile
index 5f553989d8a1..e55d811e633f 100644
--- a/tools/perf/config/Makefile
+++ b/tools/perf/config/Makefile
@@ -420,9 +420,11 @@ ifdef NO_LIBUNWIND
420 dwarf-post-unwind := 0 420 dwarf-post-unwind := 0
421 else 421 else
422 dwarf-post-unwind-text := libdw 422 dwarf-post-unwind-text := libdw
423 $(call detected,CONFIG_LIBDW_DWARF_UNWIND)
423 endif 424 endif
424else 425else
425 dwarf-post-unwind-text := libunwind 426 dwarf-post-unwind-text := libunwind
427 $(call detected,CONFIG_LIBUNWIND)
426 # Enable libunwind support by default. 428 # Enable libunwind support by default.
427 ifndef NO_LIBDW_DWARF_UNWIND 429 ifndef NO_LIBDW_DWARF_UNWIND
428 NO_LIBDW_DWARF_UNWIND := 1 430 NO_LIBDW_DWARF_UNWIND := 1