diff options
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 247264502fb7..f7c968ad5178 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -252,10 +252,10 @@ $(OUTPUT)util/pmu.o: $(OUTPUT)util/pmu-flex.c $(OUTPUT)util/pmu-bison.c | |||
252 | 252 | ||
253 | LIB_FILE=$(OUTPUT)libperf.a | 253 | LIB_FILE=$(OUTPUT)libperf.a |
254 | 254 | ||
255 | LIB_H += ../../include/linux/perf_event.h | 255 | LIB_H += ../../include/uapi/linux/perf_event.h |
256 | LIB_H += ../../include/linux/rbtree.h | 256 | LIB_H += ../../include/linux/rbtree.h |
257 | LIB_H += ../../include/linux/list.h | 257 | LIB_H += ../../include/linux/list.h |
258 | LIB_H += ../../include/linux/const.h | 258 | LIB_H += ../../include/uapi/linux/const.h |
259 | LIB_H += ../../include/linux/hash.h | 259 | LIB_H += ../../include/linux/hash.h |
260 | LIB_H += ../../include/linux/stringify.h | 260 | LIB_H += ../../include/linux/stringify.h |
261 | LIB_H += util/include/linux/bitmap.h | 261 | LIB_H += util/include/linux/bitmap.h |