diff options
-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/ |