aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/config/feature-checks/Makefile
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2013-09-30 08:11:46 -0400
committerIngo Molnar <mingo@kernel.org>2013-10-09 02:48:33 -0400
commit78e9d6550807aedfc1f81c199bd4681c09d80ac5 (patch)
tree54b634afe96893a4c5c23bfaf3676484f84db50b /tools/perf/config/feature-checks/Makefile
parent1ea6f99efd8ae61fce68c97a9cf9f722cfbca3ad (diff)
tools/perf/build: Split out feature check: 'bionic'
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-xjfVewprrfhlo2wuzbnpVb1k@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 529317e6009b..191df97a031d 100644
--- a/tools/perf/config/feature-checks/Makefile
+++ b/tools/perf/config/feature-checks/Makefile
@@ -5,6 +5,7 @@ FILES= \
5 test-stackprotector \ 5 test-stackprotector \
6 test-volatile-register-var \ 6 test-volatile-register-var \
7 test-fortify-source \ 7 test-fortify-source \
8 test-bionic \
8 test-libnuma 9 test-libnuma
9 10
10CC := $(CC) -MD 11CC := $(CC) -MD
@@ -30,6 +31,9 @@ test-volatile-register-var:
30test-fortify-source: 31test-fortify-source:
31 $(BUILD) -O2 -Werror -D_FORTIFY_SOURCE=2 32 $(BUILD) -O2 -Werror -D_FORTIFY_SOURCE=2
32 33
34test-bionic:
35 $(BUILD)
36
33test-libnuma: 37test-libnuma:
34 $(BUILD) -lnuma 38 $(BUILD) -lnuma
35 39