aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-10-11 09:33:08 +1000
committerPaul Mackerras <paulus@samba.org>2005-10-11 09:59:53 +1000
commit8d66912c3d12df45a59d4e2a66b5ae622e3524b7 (patch)
treef5622827c0a68fe7ddfcc1274d46105ccf189f28
parentpowerpc: Merged asm/i8259.h (diff)
downloadlinux-dev-8d66912c3d12df45a59d4e2a66b5ae622e3524b7.tar.xz
linux-dev-8d66912c3d12df45a59d4e2a66b5ae622e3524b7.zip
powerpc: Remove 83xx from arch/powerpc/platforms/Makefile for now
Since we don't have an 83xx directory or a 83xx/Makefile, having 83xx in causes make clean to fail. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to '')
-rw-r--r--arch/powerpc/platforms/Makefile1
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)
obj-$(CONFIG_PPC_PMAC) += powermac/
endif
obj-$(CONFIG_4xx) += 4xx/
-obj-$(CONFIG_83xx) += 83xx/
obj-$(CONFIG_85xx) += 85xx/
obj-$(CONFIG_PPC_PSERIES) += pseries/
obj-$(CONFIG_PPC_ISERIES) += iseries/