diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2006-07-14 17:27:26 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2006-07-14 17:27:26 +1000 |
commit | 790e05d8c2b9941218c7c9ffb5c318382fab0a8b (patch) | |
tree | efc88203419278fbe9aa6ebbf3b74738abf573f2 /arch/powerpc/lib/Makefile | |
parent | 20697cb775bdd0271f3c90fad2d15c065fd19488 (diff) | |
parent | ca652c9396fa052815518e2b2ce2ebee6d9fb861 (diff) |
Merge branch 'mpe'
Diffstat (limited to 'arch/powerpc/lib/Makefile')
-rw-r--r-- | arch/powerpc/lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/lib/Makefile b/arch/powerpc/lib/Makefile index ff709645824..336dd191f76 100644 --- a/arch/powerpc/lib/Makefile +++ b/arch/powerpc/lib/Makefile @@ -14,7 +14,6 @@ endif obj-$(CONFIG_PPC64) += checksum_64.o copypage_64.o copyuser_64.o \ memcpy_64.o usercopy_64.o mem_64.o string.o \ strcase.o -obj-$(CONFIG_PPC_ISERIES) += e2a.o obj-$(CONFIG_XMON) += sstep.o ifeq ($(CONFIG_PPC64),y) |