Searched hist:"4642 e0022b648968c994551b087a780327079883" (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/ |
H A D | Makefile | 4642e0022b648968c994551b087a780327079883 Mon Mar 31 03:33:51 CDT 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> Kbuild: allow building tools without board configuration
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 <yamada.m@jp.panasonic.com> Suggested-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com> Cc: Simon Glass <sjg@chromium.org> Cc: Tom Rini <trini@ti.com> Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
|