
Hi
This patch solves a bug introduced by 880f6a5d7596f42db5ff8803b797b78ec5b146e0 ppc4xx: ppc440-generic-ALL: Fix out of tree build v2.
Just in case the subject was not clear enough. Without this patch user cannot build: ml507, v5fx30tevel and ppc440-generic board normally. They only work out of three,
Best regards
On Wed, Sep 10, 2008 at 17:44, Ricardo Ribalda Delgado ricardo.ribalda@uam.es wrote:
Signed-off-by: Ricardo Ribalda Delgado ricardo.ribalda@uam.es
board/xilinx/ppc440-generic/config.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/xilinx/ppc440-generic/config.mk b/board/xilinx/ppc440-generic/config.mk index 8d220da..6d76755 100644 --- a/board/xilinx/ppc440-generic/config.mk +++ b/board/xilinx/ppc440-generic/config.mk @@ -22,4 +22,4 @@ # MA 02111-1307 USA #
-sinclude $(obj)/board/$(BOARDDIR)/config.tmp
+sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
1.5.6.5