Skip to content

Commit c8ad706

Browse files
David Ahernacmel
authored andcommitted
perf tools: Update MANIFEST per files removed from kernel
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 <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent a1c2552 commit c8ad706

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/perf/MANIFEST

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,24 +50,20 @@ include/asm-generic/bitops/const_hweight.h
5050
include/asm-generic/bitops/fls64.h
5151
include/asm-generic/bitops/__fls.h
5252
include/asm-generic/bitops/fls.h
53-
include/linux/const.h
5453
include/linux/perf_event.h
5554
include/linux/rbtree.h
5655
include/linux/list.h
5756
include/linux/hash.h
5857
include/linux/stringify.h
59-
lib/find_next_bit.c
6058
lib/hweight.c
6159
lib/rbtree.c
6260
include/linux/swab.h
6361
arch/*/include/asm/unistd*.h
64-
arch/*/include/asm/perf_regs.h
6562
arch/*/include/uapi/asm/unistd*.h
6663
arch/*/include/uapi/asm/perf_regs.h
6764
arch/*/lib/memcpy*.S
6865
arch/*/lib/memset*.S
6966
include/linux/poison.h
70-
include/linux/magic.h
7167
include/linux/hw_breakpoint.h
7268
include/linux/rbtree_augmented.h
7369
include/uapi/linux/perf_event.h

0 commit comments

Comments
 (0)