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-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4bed9deebbd7ee6f0ba746b44d47a922156f7404;p=project%2Fbcm63xx%2Fu-boot.git 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