]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Pick up libdw without explicit LIBDW_DIR
authorRamkumar Ramachandra <artagnon@gmail.com>
Wed, 26 Mar 2014 22:44:05 +0000 (18:44 -0400)
committerJiri Olsa <jolsa@redhat.com>
Mon, 14 Apr 2014 10:55:17 +0000 (12:55 +0200)
commit557761d4d3bce8eb08a5a649e25fd53a89cdad07
treebd943e8cab3fd45b156185eb31cc3e6c691dfe08
parent350e9e6a99fd86cc8b50a1340772ac9569807d86
perf tools: Pick up libdw without explicit LIBDW_DIR

The Makefile logic sets FEATURE_CHECKS_CFLAGS-libdw-dwarf-unwind and
FEATURE_CHECKS_LDFLAGS-libdw-dwarf-unwind only if LIBDW_DIR is
defined. This means that under a normal setup,

  $ make NO_LIBUNWIND=1

won't automatically pick up libdw. Fix this.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Acked-by: Jean Pihet <jean.pihet@linaro.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/1395873845-466-1-git-send-email-artagnon@gmail.com
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
tools/perf/config/Makefile