xref: /openbmc/linux/tools/perf/arch/arm64/util/Build (revision 5ff32883)
1perf-y += header.o
2perf-y += sym-handling.o
3perf-$(CONFIG_DWARF)     += dwarf-regs.o
4perf-$(CONFIG_LOCAL_LIBUNWIND) += unwind-libunwind.o
5perf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
6
7perf-$(CONFIG_AUXTRACE) += ../../arm/util/pmu.o \
8			      ../../arm/util/auxtrace.o \
9			      ../../arm/util/cs-etm.o \
10			      arm-spe.o
11