aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/boot/simple
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/boot/simple')
-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 20717193fff..3e187fe0f59 100644
--- a/arch/ppc/boot/simple/Makefile
+++ b/arch/ppc/boot/simple/Makefile
@@ -106,7 +106,7 @@ zimageinitrd-$(CONFIG_GEMINI) := zImage.initrd-STRIPELF
106 106
107# kconfig 'feature', only one of these will ever be 'y' at a time. 107# kconfig 'feature', only one of these will ever be 'y' at a time.
108# The rest will be unset. 108# The rest will be unset.
109motorola := $(CONFIG_MCPN765)$(CONFIG_MVME5100)$(CONFIG_PRPMC750) \ 109motorola := $(CONFIG_MVME5100)$(CONFIG_PRPMC750) \
110$(CONFIG_PRPMC800)$(CONFIG_LOPEC)$(CONFIG_PPLUS) 110$(CONFIG_PRPMC800)$(CONFIG_LOPEC)$(CONFIG_PPLUS)
111motorola := $(strip $(motorola)) 111motorola := $(strip $(motorola))
112pcore := $(CONFIG_PCORE)$(CONFIG_POWERPMC250) 112pcore := $(CONFIG_PCORE)$(CONFIG_POWERPMC250)