[U-Boot] [PATCH 2/2] kbuild: add cross_tools target to build tools for the target

2014-03-03 Thread Masahiro Yamada
Programs in tools/ directory are usually built for the host. But some of them (mkimage, dumpimge, gen_eth_addr, etc.) are useful on the target OS too. Actually, prior to Kbuild, U-Boot could build tools for the target like follows: $ make target_board_config $ export

Re: [U-Boot] [PATCH 2/2] kbuild: add cross_tools target to build tools for the target

2014-03-03 Thread Heiko Schocher
Hello Masahiro, Am 03.03.2014 03:06, schrieb Masahiro Yamada: Programs in tools/ directory are usually built for the host. But some of them (mkimage, dumpimge, gen_eth_addr, etc.) are useful on the target OS too. Actually, prior to Kbuild, U-Boot could build tools for the target like follows: