diff options
Diffstat (limited to 'tools/perf/util/Build')
-rw-r--r-- | tools/perf/util/Build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/Build b/tools/perf/util/Build index 0401a80bab09..b0a65429da6c 100644 --- a/tools/perf/util/Build +++ b/tools/perf/util/Build | |||
@@ -88,6 +88,8 @@ libperf-$(CONFIG_DWARF) += dwarf-aux.o | |||
88 | libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o | 88 | libperf-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o |
89 | libperf-$(CONFIG_LIBUNWIND) += unwind-libunwind.o | 89 | libperf-$(CONFIG_LIBUNWIND) += unwind-libunwind.o |
90 | 90 | ||
91 | libperf-y += scripting-engines/ | ||
92 | |||
91 | CFLAGS_config.o += -DETC_PERFCONFIG="BUILD_STR($(ETC_PERFCONFIG_SQ))" | 93 | CFLAGS_config.o += -DETC_PERFCONFIG="BUILD_STR($(ETC_PERFCONFIG_SQ))" |
92 | CFLAGS_exec_cmd.o += -DPERF_EXEC_PATH="BUILD_STR($(perfexecdir_SQ))" -DPREFIX="BUILD_STR($(prefix_SQ))" | 94 | CFLAGS_exec_cmd.o += -DPERF_EXEC_PATH="BUILD_STR($(perfexecdir_SQ))" -DPREFIX="BUILD_STR($(prefix_SQ))" |
93 | 95 | ||