diff options
| author | Jiri Olsa <[email protected]> | 2019-02-13 13:32:39 +0100 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2019-02-14 15:18:08 -0300 |
| commit | 5ff328836dfde0cef9f28c8b8791a90a36d7a183 (patch) | |
| tree | 09160c05a8627f38819fdd4291c76d3a4b978d79 /tools/perf/util/c++/Build | |
| parent | 6368942a9223fb8cd9b5623fc0b99d75d5ca93a7 (diff) | |
perf tools: Rename build libperf to perf
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 <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/c++/Build')
| -rw-r--r-- | tools/perf/util/c++/Build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/c++/Build b/tools/perf/util/c++/Build index 988fef1b11d7..613ecfd76527 100644 --- a/tools/perf/util/c++/Build +++ b/tools/perf/util/c++/Build @@ -1,2 +1,2 @@ -libperf-$(CONFIG_CLANGLLVM) += clang.o -libperf-$(CONFIG_CLANGLLVM) += clang-test.o +perf-$(CONFIG_CLANGLLVM) += clang.o +perf-$(CONFIG_CLANGLLVM) += clang-test.o |