Rename build libperf to perf, because it's used to build perf. The libperf build object name will be used for libperf library. Signed-off-by: Jiri Olsa <jolsa@kernel.org> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20190213123246.4015-4-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
10 lines
190 B
Plaintext
10 lines
190 B
Plaintext
perf-y += header.o
|
|
perf-y += kvm-stat.o
|
|
|
|
perf-$(CONFIG_DWARF) += dwarf-regs.o
|
|
perf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o
|
|
|
|
perf-y += machine.o
|
|
|
|
perf-$(CONFIG_AUXTRACE) += auxtrace.o
|