xref: /linux/tools/perf/arch/powerpc/util/Build (revision a34b0e4e21d6be3c3d620aa7f9dfbf0e9550c19e)
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
13perf-util-y += auxtrace.o
14