Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
11 lines
212 B
Plaintext
11 lines
212 B
Plaintext
perf-y += header.o
|
|
perf-y += kvm-stat.o
|
|
perf-y += perf_regs.o
|
|
|
|
perf-$(CONFIG_DWARF) += dwarf-regs.o
|
|
perf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
|
|
|
|
perf-y += machine.o
|
|
|
|
perf-$(CONFIG_AUXTRACE) += auxtrace.o
|