--- tools/perf/bench/Kbuild | 3 +++ tools/perf/util/Kbuild | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/tools/perf/bench/Kbuild b/tools/perf/bench/Kbuild index 57f87e8..863646a 100644 --- a/tools/perf/bench/Kbuild +++ b/tools/perf/bench/Kbuild @@ -2,6 +2,9 @@ obj-y += mem-memcpy.o obj-y += mem-memset.o obj-y += sched-messaging.o obj-y += sched-pipe.o +obj-y += futex-hash.o +obj-y += futex-requeue.o +obj-y += futex-wake.o obj-$(CONFIG_LIBNUMA) += numa.o diff --git a/tools/perf/util/Kbuild b/tools/perf/util/Kbuild index 234937f..6e02080 100644 --- a/tools/perf/util/Kbuild +++ b/tools/perf/util/Kbuild @@ -48,6 +48,8 @@ obj-y += string.o obj-y += strlist.o obj-y += svghelper.o obj-y += symbol.o +obj-y += perf_regs.o + obj-$(CONFIG_LIBUNWIND) += unwind-libunwind.o obj-$(CONFIG_LIBDWARF_UNWIND) += unwind-libdw.o @@ -60,7 +62,6 @@ obj-$(CONFIG_LIBDWARF) += probe-finder.o obj-$(CONFIG_LIBELF_MINIMAL) += symbol-minimal.o -obj-y += fs.o obj-y += target.o obj-y += thread.o obj-y += thread_map.o -- 1.9.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/