diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-27 17:12:52 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-28 12:54:18 +1000 |
commit | a2b0ca84a1198505f0b3c7b55b7769dd5dbd0791 (patch) | |
tree | 5e9871329ffb9ecadbc4f761e5855e41e5559dd1 /arch/ppc64/lib/Makefile | |
parent | a0d8bf9cf1f9722204936d8ef53370d7ae1181d9 (diff) |
ppc64: user strcase.c from powerpc/lib
since it is identical to strcase.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/lib/Makefile b/arch/ppc64/lib/Makefile index e8ce831d8ea..f4732c5ffd5 100644 --- a/arch/ppc64/lib/Makefile +++ b/arch/ppc64/lib/Makefile @@ -2,5 +2,5 @@ # Makefile for ppc64-specific library files.. # -lib-y := string.o strcase.o +lib-y := string.o lib-y += usercopy.o |