aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/config/feature-checks/Makefile
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2013-09-30 08:20:25 -0400
committerIngo Molnar <mingo@kernel.org>2013-10-09 02:48:34 -0400
commit8f7f8005f526c23d3e5537f5ab68c1c3fb422453 (patch)
tree3406f43154578937976b5f9b8b056d7bb51050cc /tools/perf/config/feature-checks/Makefile
parent50eed7a71ebaf6676be8c497192b978f07581326 (diff)
tools/perf/build: Split out feature check: 'libelf'
Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Namhyung Kim <namhyung@kernel.org> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@redhat.com> Link: http://lkml.kernel.org/n/tip-qznhihaasbysfqO7ffvRsf9q@git.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/config/feature-checks/Makefile')
-rw-r--r--tools/perf/config/feature-checks/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/config/feature-checks/Makefile b/tools/perf/config/feature-checks/Makefile
index 191df97a031d..789a38d21a34 100644
--- a/tools/perf/config/feature-checks/Makefile
+++ b/tools/perf/config/feature-checks/Makefile
@@ -6,6 +6,7 @@ FILES= \
6 test-volatile-register-var \ 6 test-volatile-register-var \
7 test-fortify-source \ 7 test-fortify-source \
8 test-bionic \ 8 test-bionic \
9 test-libelf \
9 test-libnuma 10 test-libnuma
10 11
11CC := $(CC) -MD 12CC := $(CC) -MD
@@ -34,6 +35,9 @@ test-fortify-source:
34test-bionic: 35test-bionic:
35 $(BUILD) 36 $(BUILD)
36 37
38test-libelf:
39 $(BUILD) -lelf
40
37test-libnuma: 41test-libnuma:
38 $(BUILD) -lnuma 42 $(BUILD) -lnuma
39 43