summaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation/Makefile
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo2016-03-18 17:57:20 +0100
committerArnaldo Carvalho de Melo2016-03-18 17:57:20 +0100
commitca70c24fb17b161a6096c584238cf81f664db45d (patch)
treedd3ba9072d9ccea7f14451c3932f0a11acdf6ff2 /tools/perf/Documentation/Makefile
parentperf test: Remove 'core_id' check in topo test (diff)
downloadkernel-qcow2-linux-ca70c24fb17b161a6096c584238cf81f664db45d.tar.gz
kernel-qcow2-linux-ca70c24fb17b161a6096c584238cf81f664db45d.tar.xz
kernel-qcow2-linux-ca70c24fb17b161a6096c584238cf81f664db45d.zip
tools: Move utilities.mak from perf to tools/scripts/
As it is used by several other tools, better move it outside tools/perf. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Josh Poimboeuf <jpoimboe@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/n/tip-34s9kue3xq9w5mijdmfrfx8s@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation/Makefile')
-rw-r--r--tools/perf/Documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Documentation/Makefile b/tools/perf/Documentation/Makefile
index 3ba1c0b09908..098cfb9ca8f0 100644
--- a/tools/perf/Documentation/Makefile
+++ b/tools/perf/Documentation/Makefile
@@ -1,5 +1,5 @@
include ../../scripts/Makefile.include
-include ../config/utilities.mak
+include ../../scripts/utilities.mak
MAN1_TXT= \
$(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \