diff options
Diffstat (limited to 'tools/perf/arch/arm64/util/Build')
| -rw-r--r-- | tools/perf/arch/arm64/util/Build | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/perf/arch/arm64/util/Build b/tools/perf/arch/arm64/util/Build index 68f8a8eb3ad0..3cde540d2fcf 100644 --- a/tools/perf/arch/arm64/util/Build +++ b/tools/perf/arch/arm64/util/Build | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | libperf-y += header.o | 1 | perf-y += header.o |
| 2 | libperf-y += sym-handling.o | 2 | perf-y += sym-handling.o |
| 3 | libperf-$(CONFIG_DWARF) += dwarf-regs.o | 3 | perf-$(CONFIG_DWARF) += dwarf-regs.o |
| 4 | libperf-$(CONFIG_LOCAL_LIBUNWIND) += unwind-libunwind.o | 4 | perf-$(CONFIG_LOCAL_LIBUNWIND) += unwind-libunwind.o |
| 5 | libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o | 5 | perf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o |
| 6 | 6 | ||
| 7 | libperf-$(CONFIG_AUXTRACE) += ../../arm/util/pmu.o \ | 7 | perf-$(CONFIG_AUXTRACE) += ../../arm/util/pmu.o \ |
| 8 | ../../arm/util/auxtrace.o \ | 8 | ../../arm/util/auxtrace.o \ |
| 9 | ../../arm/util/cs-etm.o \ | 9 | ../../arm/util/cs-etm.o \ |
| 10 | arm-spe.o | 10 | arm-spe.o |
