diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/config/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile index c23418225c2c..5a3c452e8e77 100644 --- a/tools/perf/config/Makefile +++ b/tools/perf/config/Makefile | |||
@@ -278,6 +278,8 @@ else | |||
278 | NO_LIBELF := 1 | 278 | NO_LIBELF := 1 |
279 | NO_DWARF := 1 | 279 | NO_DWARF := 1 |
280 | NO_DEMANGLE := 1 | 280 | NO_DEMANGLE := 1 |
281 | NO_LIBUNWIND := 1 | ||
282 | NO_LIBDW_DWARF_UNWIND := 1 | ||
281 | else | 283 | else |
282 | msg := $(error No gnu/libc-version.h found, please install glibc-dev[el]/glibc-static); | 284 | msg := $(error No gnu/libc-version.h found, please install glibc-dev[el]/glibc-static); |
283 | endif | 285 | endif |