diff options
author | Don Zickus <dzickus@redhat.com> | 2010-11-30 17:12:13 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-11-30 23:00:10 -0200 |
commit | 3e8e24f2fc66d32eb0e570e4117dfd05227047e6 (patch) | |
tree | 6e09a2d143bb6c704da85ee5e16cfd18c05c6063 /tools/perf | |
parent | 5b1c144475a7f2d0ab34d0b9b8414ab18b02a283 (diff) | |
download | linux-3.10-3e8e24f2fc66d32eb0e570e4117dfd05227047e6.tar.gz linux-3.10-3e8e24f2fc66d32eb0e570e4117dfd05227047e6.tar.bz2 linux-3.10-3e8e24f2fc66d32eb0e570e4117dfd05227047e6.zip |
perf packaging: add memcpy to perf MANIFEST
There seems to be a new dependency on arch/*/lib/memcpy*.S when compiling
the perf tool. Make sure that file is included in the MANIFEST when
creating the tarball.
Cc: Ingo Molnar <mingo@elte.hu>
LKML-Reference: <1291155133-3499-2-git-send-email-dzickus@redhat.com>
Signed-off-by: Don Zickus <dzickus@redhat.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf')
-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 8c7fc0c8f0b..c12659d8cb2 100644 --- a/tools/perf/MANIFEST +++ b/tools/perf/MANIFEST @@ -7,6 +7,7 @@ include/linux/stringify.h lib/rbtree.c include/linux/swab.h arch/*/include/asm/unistd*.h +arch/*/lib/memcpy*.S include/linux/poison.h include/linux/magic.h include/linux/hw_breakpoint.h |