aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r--tools/perf/Makefile4
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
253LIB_FILE=$(OUTPUT)libperf.a 253LIB_FILE=$(OUTPUT)libperf.a
254 254
255LIB_H += ../../include/linux/perf_event.h 255LIB_H += ../../include/uapi/linux/perf_event.h
256LIB_H += ../../include/linux/rbtree.h 256LIB_H += ../../include/linux/rbtree.h
257LIB_H += ../../include/linux/list.h 257LIB_H += ../../include/linux/list.h
258LIB_H += ../../include/linux/const.h 258LIB_H += ../../include/uapi/linux/const.h
259LIB_H += ../../include/linux/hash.h 259LIB_H += ../../include/linux/hash.h
260LIB_H += ../../include/linux/stringify.h 260LIB_H += ../../include/linux/stringify.h
261LIB_H += util/include/linux/bitmap.h 261LIB_H += util/include/linux/bitmap.h