From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Mon, 31 Mar 2014 11:16:28 -0400 Subject: [U-Boot] [PATCH] Kbuild: allow building tools without board configuration In-Reply-To: <1396254831-27972-1-git-send-email-yamada.m@jp.panasonic.com> References: <1396254831-27972-1-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <20140331151628.GS16360@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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". > > Usage: > $ make tools-only > > Neither board configuration nor cross compiler are required to > build host tools. > > Signed-off-by: Masahiro Yamada > Suggested-by: Alexey Brodkin > Cc: Alexey Brodkin > Cc: Simon Glass > Cc: Tom Rini Problem is that we make enabling the signature code (which adds more deps on the host) based on the config, and this was intentional. So I'm not sure if we want to do this exactly, at least right now. -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: