summaryrefslogtreecommitdiffstats
path: root/tools/perf/config/feature-checks/Makefile
diff options
context:
space:
mode:
authorIngo Molnar2013-09-30 14:45:44 +0200
committerIngo Molnar2013-10-09 08:48:39 +0200
commit058f952de9b3075cd888dc3cea60691db0ec4d3f (patch)
treefa3c6c60ad36cd206dc1cfac62e1da75abfc211f /tools/perf/config/feature-checks/Makefile
parenttools/perf/build: Clean up the libunwind logic in config/Makefile (diff)
downloadkernel-qcow2-linux-058f952de9b3075cd888dc3cea60691db0ec4d3f.tar.gz
kernel-qcow2-linux-058f952de9b3075cd888dc3cea60691db0ec4d3f.tar.xz
kernel-qcow2-linux-058f952de9b3075cd888dc3cea60691db0ec4d3f.zip
tools/perf/build: Split out feature check: 'libunwind'
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-vTiatsVyva3tfgh3vhxaidxl@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 83b3a02b64d8..d6d9570a038f 100644
--- a/tools/perf/config/feature-checks/Makefile
+++ b/tools/perf/config/feature-checks/Makefile
@@ -11,6 +11,7 @@ FILES= \
test-dwarf \
test-libelf-mmap \
test-libelf-getphdrnum \
+ test-libunwind \
test-libnuma
CC := $(CC) -MD
@@ -57,6 +58,9 @@ test-libelf-getphdrnum:
test-libnuma:
$(BUILD) -lnuma
+test-libunwind:
+ $(BUILD) -lunwind -lunwind-x86_64 -lelf
+
-include *.d */*.d
###############################