提交 70ff7c6c 编写于 作者: D David Carrillo-Cisneros 提交者: Arnaldo Carvalho de Melo

perf tools: Pass full path of FEATURES_DUMP

When building with an external FEATURES_DUMP, bpf complains
that features dump file is not found. Fix it by passing full file path.
Signed-off-by: NDavid Carrillo-Cisneros <davidcc@google.com>
Acked-by: NJiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Paul Turner <pjt@google.com>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/20170827075442.108534-7-davidcc@google.comSigned-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
上级 3866058e
...@@ -240,7 +240,7 @@ endif ...@@ -240,7 +240,7 @@ endif
ifeq ($(FEATURES_DUMP),) ifeq ($(FEATURES_DUMP),)
FEATURE_DUMP_EXPORT := $(realpath $(OUTPUT)FEATURE-DUMP) FEATURE_DUMP_EXPORT := $(realpath $(OUTPUT)FEATURE-DUMP)
else else
FEATURE_DUMP_EXPORT := $(FEATURES_DUMP) FEATURE_DUMP_EXPORT := $(realpath $(FEATURES_DUMP))
endif endif
export prefix bindir sharedir sysconfdir DESTDIR export prefix bindir sharedir sysconfdir DESTDIR
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册