brintos

brintos / linux-shallow public Read only

0
0
Text · 498 B · 343ef75 Raw
15 lines · plain
1perf-util-y += header.o2perf-util-y += machine.o3perf-util-y += perf_regs.o4perf-util-y += tsc.o5perf-util-y += pmu.o6perf-util-$(CONFIG_LIBTRACEEVENT) += kvm-stat.o7perf-util-$(CONFIG_DWARF)     += dwarf-regs.o8perf-util-$(CONFIG_LOCAL_LIBUNWIND) += unwind-libunwind.o9perf-util-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o10 11perf-util-$(CONFIG_AUXTRACE) += ../../arm/util/pmu.o \12			      ../../arm/util/auxtrace.o \13			      ../../arm/util/cs-etm.o \14			      arm-spe.o mem-events.o hisi-ptt.o15