Skip to content

Commit

Permalink
ppc64: user strcase.c from powerpc/lib
Browse files Browse the repository at this point in the history
since it is identical to strcase.c from ppc64/lib.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
  • Loading branch information
Stephen Rothwell committed Oct 28, 2005
1 parent a0d8bf9 commit a2b0ca8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 34 deletions.
5 changes: 3 additions & 2 deletions arch/powerpc/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
#

ifeq ($(CONFIG_PPC_MERGE),y)
obj-y := strcase.o string.o
obj-$(CONFIG_PPC32) += div64.o copy_32.o checksum_32.o
obj-y := string.o
obj-$(CONFIG_PPC64) += usercopy_64.o mem_64.o
endif

obj-y += strcase.o
obj-$(CONFIG_PPC32) += div64.o copy_32.o checksum_32.o
obj-$(CONFIG_PPC64) += checksum_64.o copypage_64.o copyuser_64.o \
memcpy_64.o
obj-$(CONFIG_PPC_ISERIES) += e2a.o
Expand Down
2 changes: 1 addition & 1 deletion arch/ppc64/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Makefile for ppc64-specific library files..
#

lib-y := string.o strcase.o
lib-y := string.o
lib-y += usercopy.o
31 changes: 0 additions & 31 deletions arch/ppc64/lib/strcase.c

This file was deleted.

0 comments on commit a2b0ca8

Please sign in to comment.