aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/Makefile1
-rw-r--r--tools/perf/util/include/linux/hash.h5
2 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index 9b173e66fb41..b2bce1fb4ae1 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -333,6 +333,7 @@ LIB_FILE=libperf.a
333LIB_H += ../../include/linux/perf_event.h 333LIB_H += ../../include/linux/perf_event.h
334LIB_H += ../../include/linux/rbtree.h 334LIB_H += ../../include/linux/rbtree.h
335LIB_H += ../../include/linux/list.h 335LIB_H += ../../include/linux/list.h
336LIB_H += ../../include/linux/hash.h
336LIB_H += ../../include/linux/stringify.h 337LIB_H += ../../include/linux/stringify.h
337LIB_H += util/include/linux/bitmap.h 338LIB_H += util/include/linux/bitmap.h
338LIB_H += util/include/linux/bitops.h 339LIB_H += util/include/linux/bitops.h
diff --git a/tools/perf/util/include/linux/hash.h b/tools/perf/util/include/linux/hash.h
new file mode 100644
index 000000000000..201f57397997
--- /dev/null
+++ b/tools/perf/util/include/linux/hash.h
@@ -0,0 +1,5 @@
1#include "../../../../include/linux/hash.h"
2
3#ifndef PERF_HASH_H
4#define PERF_HASH_H
5#endif