diff options
| author | Sebastian Andrzej Siewior <[email protected]> | 2011-12-17 13:35:37 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2012-01-06 17:52:18 +0000 |
| commit | cc5a91e972212aea022ff86b2c11d3e84d552bf5 (patch) | |
| tree | 52e672f6b677909d5d80ed2ea99b2118e4a9dc7d | |
| parent | perf tools: Add support for guest/host-only profiling (diff) | |
| download | kernel-cc5a91e972212aea022ff86b2c11d3e84d552bf5.tar.gz kernel-cc5a91e972212aea022ff86b2c11d3e84d552bf5.zip | |
perf tools: Add const.h to MANIFEST to make perf-tar-src-pkg work again
Fixes:
|make: *** No rule to make target `../../include/linux/const.h', needed by `builtin-annotate.o'. Stop.
Cc: Ingo Molnar <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
| -rw-r--r-- | tools/perf/MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST index c12659d8cb26..1078c5fadd5b 100644 --- a/tools/perf/MANIFEST +++ b/tools/perf/MANIFEST @@ -1,4 +1,5 @@ tools/perf +include/linux/const.h include/linux/perf_event.h include/linux/rbtree.h include/linux/list.h |
