xref: /linux/tools/perf/arch/arm64/util/Build (revision 79d2e1919a2728ef49d938eb20ebd5903c14dfb0)
1perf-util-y += header.o
2perf-util-y += machine.o
3perf-util-y += perf_regs.o
4perf-util-y += tsc.o
5perf-util-y += pmu.o
6perf-util-$(CONFIG_LIBTRACEEVENT) += kvm-stat.o
7perf-util-$(CONFIG_LOCAL_LIBUNWIND) += unwind-libunwind.o
8perf-util-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
9
10perf-util-$(CONFIG_AUXTRACE) += ../../arm/util/pmu.o \
11			      ../../arm/util/auxtrace.o \
12			      ../../arm/util/cs-etm.o \
13			      arm-spe.o mem-events.o hisi-ptt.o
14