diff options
-rw-r--r-- | arch/powerpc/platforms/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/Makefile b/arch/powerpc/platforms/Makefile index 181ae612b2d3..da744d5e52fd 100644 --- a/arch/powerpc/platforms/Makefile +++ b/arch/powerpc/platforms/Makefile | |||
@@ -2,7 +2,6 @@ ifeq ($(CONFIG_PPC32),y) | |||
2 | obj-$(CONFIG_PPC_PMAC) += powermac/ | 2 | obj-$(CONFIG_PPC_PMAC) += powermac/ |
3 | endif | 3 | endif |
4 | obj-$(CONFIG_4xx) += 4xx/ | 4 | obj-$(CONFIG_4xx) += 4xx/ |
5 | obj-$(CONFIG_83xx) += 83xx/ | ||
6 | obj-$(CONFIG_85xx) += 85xx/ | 5 | obj-$(CONFIG_85xx) += 85xx/ |
7 | obj-$(CONFIG_PPC_PSERIES) += pseries/ | 6 | obj-$(CONFIG_PPC_PSERIES) += pseries/ |
8 | obj-$(CONFIG_PPC_ISERIES) += iseries/ | 7 | obj-$(CONFIG_PPC_ISERIES) += iseries/ |