From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Mon, 28 Jul 2014 22:14:52 +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: <53D6AF3C.2070904@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 07/28/2014 09:29 PM, 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. Yes that makes sense. > Signed-off-by: Ian Campbell Acked-by: Hans de Goede Regards, Hans > --- > tools/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/Makefile b/tools/Makefile > index 61b2048..6095299 100644 > --- a/tools/Makefile > +++ b/tools/Makefile > @@ -129,7 +129,7 @@ hostprogs-$(CONFIG_MX23) += mxsboot > hostprogs-$(CONFIG_MX28) += mxsboot > HOSTCFLAGS_mxsboot.o := -pedantic > > -hostprogs-$(CONFIG_SUNXI) += mksunxiboot > +hostprogs-y += mksunxiboot > > hostprogs-$(CONFIG_NETCONSOLE) += ncb > hostprogs-$(CONFIG_SHA1_CHECK_UB_IMG) += ubsha1 >