summaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile.perf
diff options
context:
space:
mode:
authorBorislav Petkov2014-02-05 15:51:53 +0100
committerArnaldo Carvalho de Melo2014-02-18 13:34:49 +0100
commit0e55fa1131dcacfc8f18fabecc93643a105bdc14 (patch)
tree139673281ba85f0f75194df970fbf28991025f90 /tools/perf/Makefile.perf
parentperf tools: Move fs.* to lib/api/fs/ (diff)
downloadkernel-qcow2-linux-0e55fa1131dcacfc8f18fabecc93643a105bdc14.tar.gz
kernel-qcow2-linux-0e55fa1131dcacfc8f18fabecc93643a105bdc14.tar.xz
kernel-qcow2-linux-0e55fa1131dcacfc8f18fabecc93643a105bdc14.zip
perf tools: Move hash.h header
Put it into tools/include/ for general usage. Signed-off-by: Borislav Petkov <bp@suse.de> Cc: David Ahern <dsahern@gmail.com> Cc: Ingo Molnar <mingo@kernel.org> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@gmail.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Robert Richter <rric@kernel.org> Link: http://lkml.kernel.org/r/1391611914-26054-3-git-send-email-bp@alien8.de Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Makefile.perf')
-rw-r--r--tools/perf/Makefile.perf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf
index 869b34a51c8c..496871ae4590 100644
--- a/tools/perf/Makefile.perf
+++ b/tools/perf/Makefile.perf
@@ -208,7 +208,7 @@ LIB_H += ../../include/uapi/linux/perf_event.h
LIB_H += ../../include/linux/rbtree.h
LIB_H += ../../include/linux/list.h
LIB_H += ../../include/uapi/linux/const.h
-LIB_H += ../../include/linux/hash.h
+LIB_H += ../include/linux/hash.h
LIB_H += ../../include/linux/stringify.h
LIB_H += util/include/linux/bitmap.h
LIB_H += util/include/linux/bitops.h