diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-07-12 10:31:39 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-07-12 14:20:40 -0400 |
commit | 1d4489d0ec141fe77eb79ce9bf9179d0342cb809 (patch) | |
tree | 82b36b0a6cb4c201a214503222098f25cec33fe3 /tools | |
parent | bb9707077b4ee5f77bc9939b057ff8a0d410296f (diff) |
perf tools: Add the tools/ stringify copy to the MANIFEST
So that we don't end up using the kernel one when building out of tree,
via a detached tarball.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Fixes: 737ef7d32cb4 ("tools include: Copy linux/stringify.h from the kernel")
Link: http://lkml.kernel.org/n/tip-t8yn1d7y0magk889ymc8jlai@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/MANIFEST | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST index db7cfb42a675..923eda2e7d52 100644 --- a/tools/perf/MANIFEST +++ b/tools/perf/MANIFEST | |||
@@ -73,6 +73,7 @@ tools/include/linux/poison.h | |||
73 | tools/include/linux/rbtree.h | 73 | tools/include/linux/rbtree.h |
74 | tools/include/linux/rbtree_augmented.h | 74 | tools/include/linux/rbtree_augmented.h |
75 | tools/include/linux/string.h | 75 | tools/include/linux/string.h |
76 | tools/include/linux/stringify.h | ||
76 | tools/include/linux/types.h | 77 | tools/include/linux/types.h |
77 | tools/include/linux/err.h | 78 | tools/include/linux/err.h |
78 | tools/include/linux/bitmap.h | 79 | tools/include/linux/bitmap.h |
@@ -83,7 +84,6 @@ include/asm-generic/bitops/__fls.h | |||
83 | include/asm-generic/bitops/fls.h | 84 | include/asm-generic/bitops/fls.h |
84 | include/linux/list.h | 85 | include/linux/list.h |
85 | include/linux/hash.h | 86 | include/linux/hash.h |
86 | include/linux/stringify.h | ||
87 | include/linux/swab.h | 87 | include/linux/swab.h |
88 | arch/*/include/asm/unistd*.h | 88 | arch/*/include/asm/unistd*.h |
89 | arch/*/include/uapi/asm/unistd*.h | 89 | arch/*/include/uapi/asm/unistd*.h |