From: Don Zickus Date: Tue, 30 Nov 2010 22:12:13 +0000 (-0500) Subject: perf packaging: add memcpy to perf MANIFEST X-Git-Tag: v2.6.38-rc1~2^2~89 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e8e24f2fc66d32eb0e570e4117dfd05227047e6;p=profile%2Fivi%2Fkernel-x86-ivi.git 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 LKML-Reference: <1291155133-3499-2-git-send-email-dzickus@redhat.com> Signed-off-by: Don Zickus Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST index 8c7fc0c..c12659d 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