All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND][PATCH 2.6.9] ppc32: Fix building for Motorola Sandpoint with O=
@ 2004-10-21 22:00 Tom Rini
  2004-10-21 22:45 ` Andrew Morton
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Rini @ 2004-10-21 22:00 UTC (permalink / raw)
  To: Andrew Morton, Kernel Mailing List

[ Resend since I still don't see it, Andrew can you pick this up please?
Thanks ]

Since we directly -include $(clear_L2_L3) when needed, we need to point
to the full path of it.

Signed-off-by: Tom Rini <trini@kernel.crashing.org>

--- 1.34/arch/ppc/boot/simple/Makefile	2004-10-05 23:05:22 -07:00
+++ edited/arch/ppc/boot/simple/Makefile	2004-10-19 09:32:39 -07:00
@@ -41,7 +41,7 @@
 # if present on 'classic' PPC.
 cacheflag-y	:= -DCLEAR_CACHES=""
 # This file will flush / disable the L2, and L3 if present.
-clear_L2_L3	:= $(boot)/simple/clear.S
+clear_L2_L3	:= $(srctree)/$(boot)/simple/clear.S
 
 #
 # See arch/ppc/kconfig and arch/ppc/platforms/Kconfig

-- 
Tom Rini
http://gate.crashing.org/~trini/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [RESEND][PATCH 2.6.9] ppc32: Fix building for Motorola Sandpoint with O=
  2004-10-21 22:45 ` Andrew Morton
@ 2004-10-21 22:43   ` Tom Rini
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Rini @ 2004-10-21 22:43 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

On Thu, Oct 21, 2004 at 03:45:17PM -0700, Andrew Morton wrote:
> Tom Rini <trini@kernel.crashing.org> wrote:
> >
> > [ Resend since I still don't see it, Andrew can you pick this up please?
> > Thanks ]
> > 
> > Since we directly -include $(clear_L2_L3) when needed, we need to point
> > to the full path of it.
> 
> yup, I'll back out ppc-fix-build-with-o=output_dir.patch and push this one.

OK.  Just so we're clear, these are different issues.

-- 
Tom Rini
http://gate.crashing.org/~trini/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [RESEND][PATCH 2.6.9] ppc32: Fix building for Motorola Sandpoint with O=
  2004-10-21 22:00 [RESEND][PATCH 2.6.9] ppc32: Fix building for Motorola Sandpoint with O= Tom Rini
@ 2004-10-21 22:45 ` Andrew Morton
  2004-10-21 22:43   ` Tom Rini
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Morton @ 2004-10-21 22:45 UTC (permalink / raw)
  To: Tom Rini; +Cc: linux-kernel

Tom Rini <trini@kernel.crashing.org> wrote:
>
> [ Resend since I still don't see it, Andrew can you pick this up please?
> Thanks ]
> 
> Since we directly -include $(clear_L2_L3) when needed, we need to point
> to the full path of it.

yup, I'll back out ppc-fix-build-with-o=output_dir.patch and push this one.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-10-21 22:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-21 22:00 [RESEND][PATCH 2.6.9] ppc32: Fix building for Motorola Sandpoint with O= Tom Rini
2004-10-21 22:45 ` Andrew Morton
2004-10-21 22:43   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.