perf build: Separate feature make support into config/Makefile.feature
authorJiri Olsa <jolsa@kernel.org>
Sun, 1 Mar 2015 20:04:01 +0000 (21:04 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 21 Mar 2015 17:53:33 +0000 (14:53 -0300)
commit0afc5cad387db56054b09bb14baf0e6e49df2fd2
treea91aba508d73c247fbe882e2cdde81d94dfcfac7
parent58d4f00ff13f20468f8fa8edcb57a195c31af46d
perf build: Separate feature make support into config/Makefile.feature

Move feature related code into separate makefile. The new
Makefile.feature is included from config/Makefile. It will be moved
later into tools/build.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: David Ahern <david.ahern@oracle.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/n/tip-kj76wphg05x83n6d5ff85ybx@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/config/Makefile
tools/perf/config/Makefile.feature [new file with mode: 0644]