diff options
Diffstat (limited to 'tools/perf/Makefile')
| -rw-r--r-- | tools/perf/Makefile | 8 |
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 | |||
| 343 | LIB_H += util/include/linux/types.h | 343 | LIB_H += util/include/linux/types.h |
| 344 | LIB_H += util/include/asm/asm-offsets.h | 344 | LIB_H += util/include/asm/asm-offsets.h |
| 345 | LIB_H += util/include/asm/bitops.h | 345 | LIB_H += util/include/asm/bitops.h |
| 346 | LIB_H += util/include/asm/bug.h | ||
| 346 | LIB_H += util/include/asm/byteorder.h | 347 | LIB_H += util/include/asm/byteorder.h |
| 347 | LIB_H += util/include/asm/swab.h | 348 | LIB_H += util/include/asm/swab.h |
| 348 | LIB_H += util/include/asm/system.h | 349 | LIB_H += util/include/asm/system.h |
| 349 | LIB_H += util/include/asm/uaccess.h | 350 | LIB_H += util/include/asm/uaccess.h |
| 350 | LIB_H += perf.h | 351 | LIB_H += perf.h |
| 352 | LIB_H += util/cache.h | ||
| 353 | LIB_H += util/callchain.h | ||
| 354 | LIB_H += util/debug.h | ||
| 351 | LIB_H += util/debugfs.h | 355 | LIB_H += util/debugfs.h |
| 352 | LIB_H += util/event.h | 356 | LIB_H += util/event.h |
| 357 | LIB_H += util/exec_cmd.h | ||
| 353 | LIB_H += util/types.h | 358 | LIB_H += util/types.h |
| 354 | LIB_H += util/levenshtein.h | 359 | LIB_H += util/levenshtein.h |
| 355 | LIB_H += util/parse-options.h | 360 | LIB_H += util/parse-options.h |
| @@ -362,6 +367,7 @@ LIB_H += util/session.h | |||
| 362 | LIB_H += util/strbuf.h | 367 | LIB_H += util/strbuf.h |
| 363 | LIB_H += util/string.h | 368 | LIB_H += util/string.h |
| 364 | LIB_H += util/strlist.h | 369 | LIB_H += util/strlist.h |
| 370 | LIB_H += util/svghelper.h | ||
| 365 | LIB_H += util/run-command.h | 371 | LIB_H += util/run-command.h |
| 366 | LIB_H += util/sigchain.h | 372 | LIB_H += util/sigchain.h |
| 367 | LIB_H += util/symbol.h | 373 | LIB_H += util/symbol.h |
| @@ -370,6 +376,8 @@ LIB_H += util/values.h | |||
| 370 | LIB_H += util/sort.h | 376 | LIB_H += util/sort.h |
| 371 | LIB_H += util/hist.h | 377 | LIB_H += util/hist.h |
| 372 | LIB_H += util/thread.h | 378 | LIB_H += util/thread.h |
| 379 | LIB_H += util/trace-event.h | ||
| 380 | LIB_H += util/trace-event-perl.h | ||
| 373 | LIB_H += util/probe-finder.h | 381 | LIB_H += util/probe-finder.h |
| 374 | LIB_H += util/probe-event.h | 382 | LIB_H += util/probe-event.h |
| 375 | 383 | ||
