aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/lib/Makefile
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-10-27 03:28:21 -0400
committerStephen Rothwell <sfr@canb.auug.org.au>2005-10-27 22:54:26 -0400
commita4a264f144d5389a52d467a7e41bec2834cfde75 (patch)
tree6366953476ea5d4ab7a53444260068e4141debf8 /arch/ppc64/lib/Makefile
parenta2b0ca84a1198505f0b3c7b55b7769dd5dbd0791 (diff)
ppc64: use usercopy_64.c from powerpc/lib
since it is identical to usercopy.c 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/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc64/lib/Makefile b/arch/ppc64/lib/Makefile
index f4732c5ffd5f..42d5295bf345 100644
--- a/arch/ppc64/lib/Makefile
+++ b/arch/ppc64/lib/Makefile
@@ -3,4 +3,3 @@
3# 3#
4 4
5lib-y := string.o 5lib-y := string.o
6lib-y += usercopy.o