xref: /linux/tools/perf/arch/powerpc/util/Build (revision 4a774b39e68fac7d6c7c9cffeb6a4ea4b6dc8b41)
1perf-util-y += header.o
2perf-util-$(CONFIG_LIBTRACEEVENT) += kvm-stat.o
3perf-util-y += perf_regs.o
4perf-util-y += mem-events.o
5perf-util-y += pmu.o
6perf-util-y += sym-handling.o
7perf-util-y += evsel.o
8
9perf-util-$(CONFIG_LIBDW) += skip-callchain-idx.o
10
11perf-util-$(CONFIG_LIBUNWIND) += unwind-libunwind.o
12perf-util-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
13