lkml.org 
[lkml]   [2003]   [Dec]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH][RESEND x 2] Fix booting on a number of Motorola PPC32 machines
Date
On Mon, 15 Dec 2003 09:51:17 -0700, 
Tom Rini <trini@kernel.crashing.org> wrote:
>===== arch/ppc/boot/simple/Makefile 1.23 vs edited =====
>--- 1.23/arch/ppc/boot/simple/Makefile Mon Sep 15 01:01:24 2003
>+++ edited/arch/ppc/boot/simple/Makefile Mon Dec 1 12:25:29 2003
>@@ -73,9 +73,8 @@
> cacheflag-$(CONFIG_K2) := -include $(clear_L2_L3)
>
> # 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) \
>-$(CONFIG_PRPMC800)$(CONFIG_LOPEC)$(CONFIG_PPLUS)
>+# The rest will be unset. Each of these must be on one line.
>+motorola := $(CONFIG_MCPN765)$(CONFIG_MVME5100)$(CONFIG_PRPMC750)$(CONFIG_PRPMC800)$(CONFIG_LOPEC)$(CONFIG_PPLUS)
> pcore := $(CONFIG_PCORE)$(CONFIG_POWERPMC250)

If you want to keep the original line for readability, follow it with

motorola := $(strip $(motorola))

To remove leading and trailing spaces.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:59    [W:0.026 / U:1.392 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site