]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Kbuild: allow building tools without board configuration
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 31 Mar 2014 08:33:51 +0000 (17:33 +0900)
committerTom Rini <trini@ti.com>
Mon, 31 Mar 2014 15:47:51 +0000 (11:47 -0400)
commit4642e0022b648968c994551b087a780327079883
treea34cb855f7c855db94a360037f68a993f43d3c82
parentb4722fefd065b64fad1f32248574b3d8b3a63513
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>
Makefile