diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-28 09:40:24 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-28 09:40:24 +1000 |
commit | 7b875f4dc345dc5f6a2c3bd0e1f90bfee46b2258 (patch) | |
tree | 78de92cf631b3f74e95bde1c8ef2ba93ffb9b4a7 | |
parent | d223e721b743787fad71f6aef5e860176214c8f9 (diff) |
powerpc: Make powerpc pmac 32 bit build again
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r-- | arch/powerpc/platforms/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/Makefile b/arch/powerpc/platforms/Makefile index 697addea192..7637ff3642c 100644 --- 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/ |