diff options
Diffstat (limited to 'tools/perf/Makefile.perf')
-rw-r--r-- | tools/perf/Makefile.perf | 2 |
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 | |||
208 | LIB_H += ../../include/linux/rbtree.h | 208 | LIB_H += ../../include/linux/rbtree.h |
209 | LIB_H += ../../include/linux/list.h | 209 | LIB_H += ../../include/linux/list.h |
210 | LIB_H += ../../include/uapi/linux/const.h | 210 | LIB_H += ../../include/uapi/linux/const.h |
211 | LIB_H += ../../include/linux/hash.h | 211 | LIB_H += ../include/linux/hash.h |
212 | LIB_H += ../../include/linux/stringify.h | 212 | LIB_H += ../../include/linux/stringify.h |
213 | LIB_H += util/include/linux/bitmap.h | 213 | LIB_H += util/include/linux/bitmap.h |
214 | LIB_H += util/include/linux/bitops.h | 214 | LIB_H += util/include/linux/bitops.h |