aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/lib/Makefile
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-10-27 02:25:05 -0400
committerStephen Rothwell <sfr@canb.auug.org.au>2005-10-27 22:52:58 -0400
commit1a3c061efd32b620cf6498b71687ff0768cfe2d8 (patch)
tree7b6c7321dfd18aef1fc5824114587418eabc5aca /arch/ppc64/lib/Makefile
parent640768eef245f1578e75e02c17d277a1496a535b (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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/lib/Makefile b/arch/ppc64/lib/Makefile
index 0b6e967de948..fa457a24cae1 100644
--- a/arch/ppc64/lib/Makefile
+++ b/arch/ppc64/lib/Makefile
@@ -2,7 +2,7 @@
2# Makefile for ppc64-specific library files.. 2# Makefile for ppc64-specific library files..
3# 3#
4 4
5lib-y := checksum.o string.o strcase.o 5lib-y := string.o strcase.o
6lib-y += copypage.o memcpy.o copyuser.o usercopy.o 6lib-y += copypage.o memcpy.o copyuser.o usercopy.o
7 7
8# Lock primitives are defined as no-ops in include/linux/spinlock.h 8# Lock primitives are defined as no-ops in include/linux/spinlock.h