diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-27 16:25:05 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-28 12:52:58 +1000 |
commit | 1a3c061efd32b620cf6498b71687ff0768cfe2d8 (patch) | |
tree | 7b6c7321dfd18aef1fc5824114587418eabc5aca /arch/ppc64/lib/Makefile | |
parent | 640768eef245f1578e75e02c17d277a1496a535b (diff) |
ppc64: use checksum_64.S from powerpc
as it is identical to checksum.S from ppc64.
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 0b6e967de94..fa457a24cae 100644 --- a/arch/ppc64/lib/Makefile +++ b/arch/ppc64/lib/Makefile @@ -2,7 +2,7 @@ # Makefile for ppc64-specific library files.. # -lib-y := checksum.o string.o strcase.o +lib-y := string.o strcase.o lib-y += copypage.o memcpy.o copyuser.o usercopy.o # Lock primitives are defined as no-ops in include/linux/spinlock.h |