diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-27 02:49:44 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-27 22:53:58 -0400 |
commit | 12a39407f021fd17d5f9d33d78bddb005bd106fb (patch) | |
tree | 51e7848336623b11409f4106a0fb83f29644ec76 /arch/ppc64/lib/Makefile | |
parent | ecc81e0f719f566b75b222b8aef64c8b809b2e29 (diff) |
ppc64: use memcpy_64.S from powerpc/lib
since it is identical to mempcy.S from ppc64/lib.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/ppc64/lib/Makefile')
-rw-r--r-- | arch/ppc64/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/lib/Makefile b/arch/ppc64/lib/Makefile index 87c2ff5e1883..49af089c6049 100644 --- a/arch/ppc64/lib/Makefile +++ b/arch/ppc64/lib/Makefile | |||
@@ -3,6 +3,6 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | lib-y := string.o strcase.o | 5 | lib-y := string.o strcase.o |
6 | lib-y += memcpy.o usercopy.o | 6 | lib-y += usercopy.o |
7 | 7 | ||
8 | lib-$(CONFIG_DEBUG_KERNEL) += sstep.o | 8 | lib-$(CONFIG_DEBUG_KERNEL) += sstep.o |