From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeroen Hofstee Date: Mon, 28 Jul 2014 22:22:12 +0200 Subject: [U-Boot] [PATCH] sunxi: make mksunxiboot available to tools-only builds In-Reply-To: <1406575758-9750-1-git-send-email-ijc@hellion.org.uk> References: <1406575758-9750-1-git-send-email-ijc@hellion.org.uk> Message-ID: <53D6B0F4.9020001@myspectrum.nl> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Ian, On 28-07-14 21:29, Ian Campbell wrote: > This tool is potentially useful on host systems. In particular I'd like to make > use of it at build time from the sunxi-tools package in Debian. No this does not make sense. Why should a MAKEALL for powerpc build mksunxiboot hundreds of times, while it not using it, while you ship a arch specific package in Debian? Can't you just put this under HOST_TOOLS_ALL and ship an u-boot-tools package or something? Regards, Jeroen