Re: [U-Boot] [PATCH] arm: Tegra2: Fix out of tree builds

2011-04-14 Thread Anton Staaf
No worries. On Thu, Apr 14, 2011 at 2:29 PM, Albert ARIBAUD wrote: >> >> An alternative solution would be to create a Makefile in the common >> directory >> that creates an object/library that each board depends on.  I'm not sure >> which >> is better. > > I'd prefer the alternative solution -- t

Re: [U-Boot] [PATCH] arm: Tegra2: Fix out of tree builds

2011-04-14 Thread Albert ARIBAUD
Hi Anton, Sorry for the dela in replying. Le 05/04/2011 23:33, Anton Staaf a écrit : > Create the board/nvidia/common directory in the out of tree build > directory. > > Without this patch building out of tree results in a failure to create > the board.o file in the build directory tree. > > Sign

[U-Boot] [PATCH] arm: Tegra2: Fix out of tree builds

2011-04-05 Thread Anton Staaf
Create the board/nvidia/common directory in the out of tree build directory. Without this patch building out of tree results in a failure to create the board.o file in the build directory tree. Signed-off-by: Anton Staaf Cc: Tom Warren Cc: Albert ARIBAUD --- An alternative solution would be t