diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-27 03:12:52 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-27 22:54:18 -0400 |
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 e8ce831d8eae..f4732c5ffd5f 100644 --- a/arch/ppc64/lib/Makefile +++ b/arch/ppc64/lib/Makefile | |||
@@ -2,5 +2,5 @@ | |||
2 | # Makefile for ppc64-specific library files.. | 2 | # Makefile for ppc64-specific library files.. |
3 | # | 3 | # |
4 | 4 | ||
5 | lib-y := string.o strcase.o | 5 | lib-y := string.o |
6 | lib-y += usercopy.o | 6 | lib-y += usercopy.o |