diff options
Diffstat (limited to 'tools/perf/util/Build')
-rw-r--r-- | tools/perf/util/Build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/util/Build b/tools/perf/util/Build index 73a0411e2014..10630fbe43c1 100644 --- a/tools/perf/util/Build +++ b/tools/perf/util/Build | |||
@@ -82,6 +82,9 @@ ifndef CONFIG_LIBELF | |||
82 | libperf-y += symbol-minimal.o | 82 | libperf-y += symbol-minimal.o |
83 | endif | 83 | endif |
84 | 84 | ||
85 | libperf-$(CONFIG_DWARF) += probe-finder.o | ||
86 | libperf-$(CONFIG_DWARF) += dwarf-aux.o | ||
87 | |||
85 | CFLAGS_config.o += -DETC_PERFCONFIG="BUILD_STR($(ETC_PERFCONFIG_SQ))" | 88 | CFLAGS_config.o += -DETC_PERFCONFIG="BUILD_STR($(ETC_PERFCONFIG_SQ))" |
86 | CFLAGS_exec_cmd.o += -DPERF_EXEC_PATH="BUILD_STR($(perfexecdir_SQ))" -DPREFIX="BUILD_STR($(prefix_SQ))" | 89 | CFLAGS_exec_cmd.o += -DPERF_EXEC_PATH="BUILD_STR($(perfexecdir_SQ))" -DPREFIX="BUILD_STR($(prefix_SQ))" |
87 | 90 | ||