aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index 4390d225686d..652a470b5f74 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -343,13 +343,18 @@ LIB_H += util/include/linux/string.h
343LIB_H += util/include/linux/types.h 343LIB_H += util/include/linux/types.h
344LIB_H += util/include/asm/asm-offsets.h 344LIB_H += util/include/asm/asm-offsets.h
345LIB_H += util/include/asm/bitops.h 345LIB_H += util/include/asm/bitops.h
346LIB_H += util/include/asm/bug.h
346LIB_H += util/include/asm/byteorder.h 347LIB_H += util/include/asm/byteorder.h
347LIB_H += util/include/asm/swab.h 348LIB_H += util/include/asm/swab.h
348LIB_H += util/include/asm/system.h 349LIB_H += util/include/asm/system.h
349LIB_H += util/include/asm/uaccess.h 350LIB_H += util/include/asm/uaccess.h
350LIB_H += perf.h 351LIB_H += perf.h
352LIB_H += util/cache.h
353LIB_H += util/callchain.h
354LIB_H += util/debug.h
351LIB_H += util/debugfs.h 355LIB_H += util/debugfs.h
352LIB_H += util/event.h 356LIB_H += util/event.h
357LIB_H += util/exec_cmd.h
353LIB_H += util/types.h 358LIB_H += util/types.h
354LIB_H += util/levenshtein.h 359LIB_H += util/levenshtein.h
355LIB_H += util/parse-options.h 360LIB_H += util/parse-options.h
@@ -362,6 +367,7 @@ LIB_H += util/session.h
362LIB_H += util/strbuf.h 367LIB_H += util/strbuf.h
363LIB_H += util/string.h 368LIB_H += util/string.h
364LIB_H += util/strlist.h 369LIB_H += util/strlist.h
370LIB_H += util/svghelper.h
365LIB_H += util/run-command.h 371LIB_H += util/run-command.h
366LIB_H += util/sigchain.h 372LIB_H += util/sigchain.h
367LIB_H += util/symbol.h 373LIB_H += util/symbol.h
@@ -370,6 +376,8 @@ LIB_H += util/values.h
370LIB_H += util/sort.h 376LIB_H += util/sort.h
371LIB_H += util/hist.h 377LIB_H += util/hist.h
372LIB_H += util/thread.h 378LIB_H += util/thread.h
379LIB_H += util/trace-event.h
380LIB_H += util/trace-event-perl.h
373LIB_H += util/probe-finder.h 381LIB_H += util/probe-finder.h
374LIB_H += util/probe-event.h 382LIB_H += util/probe-event.h
375 383