diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-27 16:28:43 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-28 12:53:13 +1000 |
commit | 454fb016b3407e7cacbe17e590521ddf86a54f7f (patch) | |
tree | 7a07b2dc21ed54ade3483a7b92d4aa2563d88169 /arch/ppc64/lib/Makefile | |
parent | 1a3c061efd32b620cf6498b71687ff0768cfe2d8 (diff) | |
download | kernel-crypto-454fb016b3407e7cacbe17e590521ddf86a54f7f.tar.gz kernel-crypto-454fb016b3407e7cacbe17e590521ddf86a54f7f.tar.xz kernel-crypto-454fb016b3407e7cacbe17e590521ddf86a54f7f.zip |
ppc64: use e2a.c from powerpc/lib
since it is identical to e2a.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 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/ppc64/lib/Makefile b/arch/ppc64/lib/Makefile index fa457a24cae..62c3116b003 100644 --- a/arch/ppc64/lib/Makefile +++ b/arch/ppc64/lib/Makefile @@ -10,9 +10,4 @@ lib-y += copypage.o memcpy.o copyuser.o usercopy.o lib-$(CONFIG_SMP) += locks.o -# e2a provides EBCDIC to ASCII conversions. -ifdef CONFIG_PPC_ISERIES -obj-y += e2a.o -endif - lib-$(CONFIG_DEBUG_KERNEL) += sstep.o |