xref: /linux/tools/perf/arch/s390/util/Build (revision 65acbd1285f7fe8c8b82cb90e4db923db5b9fe03)
1perf-util-y += header.o
2perf-util-$(CONFIG_LIBTRACEEVENT) += kvm-stat.o
3perf-util-y += perf_regs.o
4
5perf-util-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
6
7perf-util-y += machine.o
8perf-util-y += pmu.o
9
10perf-util-$(CONFIG_AUXTRACE) += auxtrace.o
11