Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11695
b: refs/heads/master
c: a2b0ca8
h: refs/heads/master
i:
  11693: c534b8c
  11691: 175e480
  11687: 3af9e5c
  11679: f90e42b
v: v3
  • Loading branch information
Stephen Rothwell committed Oct 28, 2005
1 parent aed0826 commit 9e1e04f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 35 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a0d8bf9cf1f9722204936d8ef53370d7ae1181d9
refs/heads/master: a2b0ca84a1198505f0b3c7b55b7769dd5dbd0791
5 changes: 3 additions & 2 deletions trunk/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 trunk/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 trunk/arch/ppc64/lib/strcase.c

This file was deleted.

0 comments on commit 9e1e04f

Please sign in to comment.