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