]> 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)
commit34c75a8d7587708dee950fddabb6cb39d7c5d602
tree3b6ec01323e49aab8e929fc3dbd4252b8c050a63
parenta7285eb6348b83317a55c372474e14cd1e5d5ffa
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 f60e1df114fe ("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