diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-11 09:33:08 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-11 09:59:53 +1000 |
commit | 8d66912c3d12df45a59d4e2a66b5ae622e3524b7 (patch) | |
tree | f5622827c0a68fe7ddfcc1274d46105ccf189f28 /arch/powerpc | |
parent | 3b341c1c410078bdc4128e08d4dfeef491697198 (diff) |
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 'arch/powerpc')
-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 181ae612b2d..da744d5e52f 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/ |