From: Ingo Molnar Date: Mon, 30 Sep 2013 08:08:24 +0000 (+0200) Subject: tools/perf/build: Add feature check core code X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~41^2~28^2~159 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6aa9979416e2e98a800925d60ad00e83bc7cb7a;p=pandora-kernel.git tools/perf/build: Add feature check core code Start the split-out of the feature check code by adding a list of features to be tested, and rules to process that list by building its matching feature-check file in config/feature-checks/test-.c. Add 'hello' as the initial feature. This structure will allow us to build split-out feature checks in parallel and thus speed up feature detection dramatically. No change in functionality: no feature check is used by the build rules yet. Cc: Arnaldo Carvalho de Melo Cc: Peter Zijlstra Cc: Namhyung Kim Cc: David Ahern Cc: Jiri Olsa Link: http://lkml.kernel.org/n/tip-pixkihgscFaohfFigq5yt9gs@git.kernel.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed