diff options
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index b492e3a51268..2f4288638806 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -251,7 +251,7 @@ LIB_H += util/include/linux/const.h | |||
251 | LIB_H += util/include/linux/ctype.h | 251 | LIB_H += util/include/linux/ctype.h |
252 | LIB_H += util/include/linux/kernel.h | 252 | LIB_H += util/include/linux/kernel.h |
253 | LIB_H += util/include/linux/list.h | 253 | LIB_H += util/include/linux/list.h |
254 | LIB_H += util/include/linux/module.h | 254 | LIB_H += util/include/linux/export.h |
255 | LIB_H += util/include/linux/poison.h | 255 | LIB_H += util/include/linux/poison.h |
256 | LIB_H += util/include/linux/prefetch.h | 256 | LIB_H += util/include/linux/prefetch.h |
257 | LIB_H += util/include/linux/rbtree.h | 257 | LIB_H += util/include/linux/rbtree.h |