Re: [U-Boot] [PATCH] Kbuild: allow building tools without board configuration

2014-03-31 Thread Tom Rini
On Mon, Mar 31, 2014 at 03:39:18PM +, Alexey Brodkin wrote: > On Mon, 2014-03-31 at 11:31 -0400, Tom Rini wrote: > > On Mon, Mar 31, 2014 at 03:24:19PM +, Alexey Brodkin wrote: > > > Hi Tom, > > > > > > On Mon, 2014-03-31 at 11:16 -0400, Tom Rini wrote: > > > > On Mon, Mar 31, 2014 at 05:3

Re: [U-Boot] [PATCH] Kbuild: allow building tools without board configuration

2014-03-31 Thread Alexey Brodkin
On Mon, 2014-03-31 at 11:31 -0400, Tom Rini wrote: > On Mon, Mar 31, 2014 at 03:24:19PM +, Alexey Brodkin wrote: > > Hi Tom, > > > > On Mon, 2014-03-31 at 11:16 -0400, Tom Rini wrote: > > > On Mon, Mar 31, 2014 at 05:33:51PM +0900, Masahiro Yamada wrote: > > > > > > > Prior to Kbuild, U-Boot

Re: [U-Boot] [PATCH] Kbuild: allow building tools without board configuration

2014-03-31 Thread Tom Rini
On Mon, Mar 31, 2014 at 03:24:19PM +, Alexey Brodkin wrote: > Hi Tom, > > On Mon, 2014-03-31 at 11:16 -0400, Tom Rini wrote: > > On Mon, Mar 31, 2014 at 05:33:51PM +0900, Masahiro Yamada wrote: > > > > > Prior to Kbuild, U-Boot could build under tools/ directory > > > withour configuring for

Re: [U-Boot] [PATCH] Kbuild: allow building tools without board configuration

2014-03-31 Thread Alexey Brodkin
Hi Tom, On Mon, 2014-03-31 at 11:16 -0400, Tom Rini wrote: > On Mon, Mar 31, 2014 at 05:33:51PM +0900, Masahiro Yamada wrote: > > > Prior to Kbuild, U-Boot could build under tools/ directory > > withour configuring for a specific board. > > > > That feature was lost when switching to Kbuild. > >

Re: [U-Boot] [PATCH] Kbuild: allow building tools without board configuration

2014-03-31 Thread Tom Rini
On Mon, Mar 31, 2014 at 05:33:51PM +0900, Masahiro Yamada wrote: > Prior to Kbuild, U-Boot could build under tools/ directory > withour configuring for a specific board. > > That feature was lost when switching to Kbuild. > > This patch revives it again by adding a make target "tools-only". > >

Re: [U-Boot] [PATCH] Kbuild: allow building tools without board configuration

2014-03-31 Thread Alexey Brodkin
On Mon, 2014-03-31 at 17:33 +0900, Masahiro Yamada wrote: > Prior to Kbuild, U-Boot could build under tools/ directory > withour configuring for a specific board. > > That feature was lost when switching to Kbuild. > > This patch revives it again by adding a make target "tools-only". > > Usage:

[U-Boot] [PATCH] Kbuild: allow building tools without board configuration

2014-03-31 Thread Masahiro Yamada
Prior to Kbuild, U-Boot could build under tools/ directory withour configuring for a specific board. That feature was lost when switching to Kbuild. This patch revives it again by adding a make target "tools-only". Usage: $ make tools-only Neither board configuration nor cross compiler are re