diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-27 03:28:21 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-27 22:54:26 -0400 |
commit | a4a264f144d5389a52d467a7e41bec2834cfde75 (patch) | |
tree | 6366953476ea5d4ab7a53444260068e4141debf8 /arch/ppc64/lib/Makefile | |
parent | a2b0ca84a1198505f0b3c7b55b7769dd5dbd0791 (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/Makefile | 1 |
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 | ||
5 | lib-y := string.o | 5 | lib-y := string.o |
6 | lib-y += usercopy.o | ||