diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-27 19:40:24 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-27 19:40:24 -0400 |
commit | 7b875f4dc345dc5f6a2c3bd0e1f90bfee46b2258 (patch) | |
tree | 78de92cf631b3f74e95bde1c8ef2ba93ffb9b4a7 /arch/powerpc/platforms/Makefile | |
parent | d223e721b743787fad71f6aef5e860176214c8f9 (diff) |
powerpc: Make powerpc pmac 32 bit build again
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/powerpc/platforms/Makefile')
-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 697addea192f..7637ff3642c3 100644 --- a/arch/powerpc/platforms/Makefile +++ b/arch/powerpc/platforms/Makefile | |||
@@ -1,4 +1,6 @@ | |||
1 | ifeq ($(CONFIG_PPC32),y) | ||
1 | obj-$(CONFIG_PPC_PMAC) += powermac/ | 2 | obj-$(CONFIG_PPC_PMAC) += powermac/ |
3 | endif | ||
2 | obj-$(CONFIG_4xx) += 4xx/ | 4 | obj-$(CONFIG_4xx) += 4xx/ |
3 | obj-$(CONFIG_83xx) += 83xx/ | 5 | obj-$(CONFIG_83xx) += 83xx/ |
4 | obj-$(CONFIG_85xx) += 85xx/ | 6 | obj-$(CONFIG_85xx) += 85xx/ |