From: Ricardo Ribalda Delgado Date: Wed, 10 Sep 2008 21:44:30 +0000 (-0400) Subject: ppc4xx: Fix in-tree build for ppc440-generic boards X-Git-Tag: v2008.10-rc2~10^2^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4bed9deebbd7ee6f0ba746b44d47a922156f7404;p=u-boot ppc4xx: Fix in-tree build for ppc440-generic boards Signed-off-by: Ricardo Ribalda Delgado Signed-off-by: Stefan Roese --- diff --git a/board/xilinx/ppc440-generic/config.mk b/board/xilinx/ppc440-generic/config.mk index 8d220da8df..6d767552dd 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