Re: [U-Boot] [PATCH] arm: tegra2: fix out-of-tree build

2011-08-24 Thread Anton Staaf
On Tue, Aug 23, 2011 at 8:03 PM, Che-liang Chiou wrote: > Hi Anton, > > Thanks for comments. Replied below. > > Regards, > Che-Liang > > On Wed, Aug 24, 2011 at 1:01 AM, Anton Staaf wrote: >> On Tue, Aug 23, 2011 at 3:03 AM, Che-Liang Chiou >> wrote: >>> The out-of-tree build fails because the

Re: [U-Boot] [PATCH] arm: tegra2: fix out-of-tree build

2011-08-23 Thread Che-liang Chiou
Hi Anton, Thanks for comments. Replied below. Regards, Che-Liang On Wed, Aug 24, 2011 at 1:01 AM, Anton Staaf wrote: > On Tue, Aug 23, 2011 at 3:03 AM, Che-Liang Chiou wrote: >> The out-of-tree build fails because the Makefiles in question depend on >> source files of another directory but do

Re: [U-Boot] [PATCH] arm: tegra2: fix out-of-tree build

2011-08-23 Thread Anton Staaf
On Tue, Aug 23, 2011 at 3:03 AM, Che-Liang Chiou wrote: > The out-of-tree build fails because the Makefiles in question depend on > source files of another directory but do not explicitly mkdir that > directory. > > As a matter of fact, other Makefiles under board/*/ directory that refer > to sour

[U-Boot] [PATCH] arm: tegra2: fix out-of-tree build

2011-08-23 Thread Che-Liang Chiou
The out-of-tree build fails because the Makefiles in question depend on source files of another directory but do not explicitly mkdir that directory. As a matter of fact, other Makefiles under board/*/ directory that refer to source files under another directory explicitly call mkdir. This patch