xref: /linux/tools/perf/arch/powerpc/util/Build (revision a1d0a0549d425cb21e2be4b7fd4f76e0379e6f2d)
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