diff options
Diffstat (limited to 'tools/perf/Build')
-rw-r--r-- | tools/perf/Build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/Build b/tools/perf/Build index 133ec649e5a2..976e03849f6d 100644 --- a/tools/perf/Build +++ b/tools/perf/Build | |||
@@ -25,12 +25,15 @@ perf-$(CONFIG_LIBELF) += builtin-probe.o | |||
25 | perf-y += bench/ | 25 | perf-y += bench/ |
26 | perf-y += tests/ | 26 | perf-y += tests/ |
27 | 27 | ||
28 | perf-y += perf.o | ||
29 | |||
28 | paths += -DPERF_HTML_PATH="BUILD_STR($(htmldir_SQ))" | 30 | paths += -DPERF_HTML_PATH="BUILD_STR($(htmldir_SQ))" |
29 | paths += -DPERF_INFO_PATH="BUILD_STR($(infodir_SQ))" | 31 | paths += -DPERF_INFO_PATH="BUILD_STR($(infodir_SQ))" |
30 | paths += -DPERF_MAN_PATH="BUILD_STR($(mandir_SQ))" | 32 | paths += -DPERF_MAN_PATH="BUILD_STR($(mandir_SQ))" |
31 | 33 | ||
32 | CFLAGS_builtin-help.o += $(paths) | 34 | CFLAGS_builtin-help.o += $(paths) |
33 | CFLAGS_builtin-timechart.o += $(paths) | 35 | CFLAGS_builtin-timechart.o += $(paths) |
36 | CFLAGS_perf.o += -DPERF_HTML_PATH="BUILD_STR($(htmldir_SQ))" -include $(OUTPUT)PERF-VERSION-FILE | ||
34 | 37 | ||
35 | libperf-y += util/ | 38 | libperf-y += util/ |
36 | libperf-y += arch/ | 39 | libperf-y += arch/ |