]> git.baikalelectronics.ru Git - kernel.git/commit
tools/perf/build: Fix detection of non-core features
authorDavid Ahern <dsahern@gmail.com>
Tue, 29 Oct 2013 16:43:15 +0000 (10:43 -0600)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 5 Nov 2013 13:08:03 +0000 (10:08 -0300)
commitbcdc5e2a71204e4ebee384fb2d0c0ff699cc5fc4
tree3b6ec01323e49aab8e929fc3dbd4252b8c050a63
parent207a89bbafce4ccea176520d3a68abfef867874a
tools/perf/build: Fix detection of non-core features

feature_check needs to be invoked through call, and LDFLAGS may not be
set so quotes are needed.

Thanks to Jiri for spotting the quotes around LDFLAGS; that one was
driving me nuts with the upcoming timerfd feature detection.

Signed-off-by: David Ahern <dsahern@gmail.com>
Reviewed-by: Jiri Olsa <jolsa@redhat.com>
Tested-by: Jiri Olsa <jolsa@redhat.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1383064996-20933-1-git-send-email-dsahern@gmail.com
[ Fixed conflict with 0035921e0c26 ("perf tools: Fix libunwind build and feature detection for 32-bit build") ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/config/Makefile