Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1692598
| From | tip-bot for Arnaldo Carvalho de Melo <tipbot@zytor.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [tip:perf/core] perf trace: Only build tools/perf/trace/beauty/ when building 'perf trace' |
| Date | 2017-07-20 10:50 +0200 |
| Message-ID | <u5fjK-4Py-67@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Commit-ID: 5ca55ab6def81f8cd19a8b88f2ba4abe1aed34cc Gitweb: http://git.kernel.org/tip/5ca55ab6def81f8cd19a8b88f2ba4abe1aed34cc Author: Arnaldo Carvalho de Melo <acme@redhat.com> AuthorDate: Fri, 14 Jul 2017 16:25:35 -0300 Committer: Arnaldo Carvalho de Melo <acme@redhat.com> CommitDate: Tue, 18 Jul 2017 23:13:52 -0300 perf trace: Only build tools/perf/trace/beauty/ when building 'perf trace' As it calls functions in builtin-trace.c. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/n/tip-bt3lhw1rvy3jzbsp2fvvegb0@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> --- tools/perf/Build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/Build b/tools/perf/Build index bd8eeb6..b48ca40 100644 --- a/tools/perf/Build +++ b/tools/perf/Build @@ -50,6 +50,6 @@ libperf-y += util/ libperf-y += arch/ libperf-y += ui/ libperf-y += scripts/ -libperf-y += trace/beauty/ +libperf-$(CONFIG_AUDIT) += trace/beauty/ gtk-y += ui/gtk/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[tip:perf/core] perf trace: Only build tools/perf/trace/beauty/ when building 'perf trace' tip-bot for Arnaldo Carvalho de Melo <tipbot@zytor.com> - 2017-07-20 10:50 +0200
csiph-web