aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/boot/simple/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@freescale.com>2005-09-03 15:55:24 -0700
committerLinus Torvalds <torvalds@evo.osdl.org>2005-09-05 00:05:54 -0700
commit89d7f53030baa2616eb2fe87cbc19bc73111a78e (patch)
treed8d851a37b0236e7be6d54f58d86a41ab93f879d /arch/ppc/boot/simple/Makefile
parent[PATCH] ppc32: Remove board support for K2 (diff)
downloadlinux-dev-89d7f53030baa2616eb2fe87cbc19bc73111a78e.tar.xz
linux-dev-89d7f53030baa2616eb2fe87cbc19bc73111a78e.zip
[PATCH] ppc32: Remove board support for MCPN765
Support for the MCPN765 board is no longer maintained and thus being removed Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/boot/simple/Makefile')
-rw-r--r--arch/ppc/boot/simple/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/boot/simple/Makefile b/arch/ppc/boot/simple/Makefile
index 20717193fff5..3e187fe0f599 100644
--- a/arch/ppc/boot/simple/Makefile
+++ b/arch/ppc/boot/simple/Makefile
@@ -106,7 +106,7 @@ zimageinitrd-$(CONFIG_GEMINI) := zImage.initrd-STRIPELF
# kconfig 'feature', only one of these will ever be 'y' at a time.
# The rest will be unset.
-motorola := $(CONFIG_MCPN765)$(CONFIG_MVME5100)$(CONFIG_PRPMC750) \
+motorola := $(CONFIG_MVME5100)$(CONFIG_PRPMC750) \
$(CONFIG_PRPMC800)$(CONFIG_LOPEC)$(CONFIG_PPLUS)
motorola := $(strip $(motorola))
pcore := $(CONFIG_PCORE)$(CONFIG_POWERPMC250)