2004-10-22 07:53:49

by Tom Rini

[permalink] [raw]
Subject: [PATCH 2.6.9] ppc32: Fix building for Motorola Sandpoint with O=

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

Signed-off-by: Tom Rini <[email protected]>

--- 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/