diff options
author | David Ahern <david.ahern@oracle.com> | 2015-06-05 13:42:53 -0400 |
---|---|---|
committer | Sasha Levin <sasha.levin@oracle.com> | 2016-03-07 09:01:54 -0500 |
commit | eef85746c932a90df78492598c501315c7e0c5c1 (patch) | |
tree | 3b73994789e6030701a534e7d779e9c4c5f111a7 | |
parent | e94991ebb5b4d95735731683770cde961cdf9cb4 (diff) | |
download | lwn-eef85746c932a90df78492598c501315c7e0c5c1.tar.gz lwn-eef85746c932a90df78492598c501315c7e0c5c1.zip |
perf tools: Update MANIFEST per files removed from kernel
[ Upstream commit c8ad7063626406181a7ebab10cb31b4f741b13d4 ]
Building perf out of kernel tree is currently broken because the
MANIFEST file refers to kernel files that have been removed. With this
patch make perf-targz-src-pkg succeeds as does building perf using the
generated tarfile.
Signed-off-by: David Ahern <david.ahern@oracle.com>
Link: http://lkml.kernel.org/r/1433526173-172332-1-git-send-email-david.ahern@oracle.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
-rw-r--r-- | tools/perf/MANIFEST | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST index 11ccbb22ea2b..13d0458afc71 100644 --- a/tools/perf/MANIFEST +++ b/tools/perf/MANIFEST @@ -28,24 +28,20 @@ include/asm-generic/bitops/const_hweight.h include/asm-generic/bitops/fls64.h include/asm-generic/bitops/__fls.h include/asm-generic/bitops/fls.h -include/linux/const.h include/linux/perf_event.h include/linux/rbtree.h include/linux/list.h include/linux/hash.h include/linux/stringify.h -lib/find_next_bit.c lib/hweight.c lib/rbtree.c include/linux/swab.h arch/*/include/asm/unistd*.h -arch/*/include/asm/perf_regs.h arch/*/include/uapi/asm/unistd*.h arch/*/include/uapi/asm/perf_regs.h arch/*/lib/memcpy*.S arch/*/lib/memset*.S include/linux/poison.h -include/linux/magic.h include/linux/hw_breakpoint.h include/linux/rbtree_augmented.h include/uapi/linux/perf_event.h |