From: Ramkumar Ramachandra Date: Wed, 26 Mar 2014 22:44:05 +0000 (-0400) Subject: perf tools: Pick up libdw without explicit LIBDW_DIR X-Git-Tag: omap-for-v3.16/pm-signed~99^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c529e4e6aab405aa52e8627cbd691ed28b56a0b;p=pandora-kernel.git 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 Acked-by: Jean Pihet Cc: Arnaldo Carvalho de Melo Cc: Jiri Olsa Link: http://lkml.kernel.org/r/1395873845-466-1-git-send-email-artagnon@gmail.com Signed-off-by: Jiri Olsa --- Reading git-diff-tree failed