X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fppc64%2Flib%2FMakefile;h=713ae47dab61a4631e50bf6f83875dacbc8bc88a;hb=1be35e94e1da3669db492995cd2c8b1a37016b11;hp=01924ec67b179ace3b8710a94c1f096361c7f35e;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/arch/ppc64/lib/Makefile b/arch/ppc64/lib/Makefile index 01924ec67..713ae47da 100644 --- a/arch/ppc64/lib/Makefile +++ b/arch/ppc64/lib/Makefile @@ -3,15 +3,9 @@ # lib-y := checksum.o dec_and_lock.o string.o strcase.o -lib-y += copypage.o memcpy.o copyuser.o usercopy.o +lib-y += copypage.o memcpy.o copyuser.o # Lock primitives are defined as no-ops in include/linux/spinlock.h # for non-SMP configs. Don't build the real versions. lib-$(CONFIG_SMP) += locks.o - -# e2a provides EBCDIC to ASCII conversions. -ifdef CONFIG_PPC_ISERIES -obj-$(CONFIG_PCI) += e2a.o -endif -