mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-07-13 03:45:33 +02:00
13 lines
365 B
Plaintext
13 lines
365 B
Plaintext
perf-y += header.o
|
|
perf-y += machine.o
|
|
perf-y += perf_regs.o
|
|
perf-y += tsc.o
|
|
perf-$(CONFIG_DWARF) += dwarf-regs.o
|
|
perf-$(CONFIG_LOCAL_LIBUNWIND) += unwind-libunwind.o
|
|
perf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
|
|
|
|
perf-$(CONFIG_AUXTRACE) += ../../arm/util/pmu.o \
|
|
../../arm/util/auxtrace.o \
|
|
../../arm/util/cs-etm.o \
|
|
arm-spe.o
|