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: > $ make tools-only > > Neither board configuration nor cross compiler are required to > build host tools. > > Signed-off-by: Masahiro Yamada <[email protected]> > Suggested-by: Alexey Brodkin <[email protected]> > Cc: Alexey Brodkin <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Tom Rini <[email protected]>
Works as expected for me. Acked-by: Alexey Brodkin <[email protected]> -Alexey _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

