[PATCH 17/19] powerpc: Make powerpc pmac 32 bit build again

Stephen Rothwell sfr at canb.auug.org.au
Wed Sep 28 17:02:57 EST 2005


Until we fix up the 64bit powermac merge.

Signed-off-by: Stephen Rothwell <sfr at canb.auug.org.au>
---

 arch/powerpc/platforms/Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

-- 
Cheers,
Stephen Rothwell                    sfr at canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

7b875f4dc345dc5f6a2c3bd0e1f90bfee46b2258
diff --git a/arch/powerpc/platforms/Makefile b/arch/powerpc/platforms/Makefile
--- a/arch/powerpc/platforms/Makefile
+++ b/arch/powerpc/platforms/Makefile
@@ -1,4 +1,6 @@
+ifeq ($(CONFIG_PPC32),y)
 obj-$(CONFIG_PPC_PMAC)		+= powermac/
+endif
 obj-$(CONFIG_4xx)		+= 4xx/
 obj-$(CONFIG_83xx)		+= 83xx/
 obj-$(CONFIG_85xx)		+= 85xx/



More information about the Linuxppc64-dev mailing list