public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] sunxi: make mksunxiboot available to tools-only builds
@ 2014-07-28 19:29 Ian Campbell
  2014-07-28 20:14 ` Hans de Goede
  2014-07-28 20:22 ` Jeroen Hofstee
  0 siblings, 2 replies; 5+ messages in thread
From: Ian Campbell @ 2014-07-28 19:29 UTC (permalink / raw)
  To: u-boot

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.

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
---
 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
-- 
2.0.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-07-29  8:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-28 19:29 [U-Boot] [PATCH] sunxi: make mksunxiboot available to tools-only builds Ian Campbell
2014-07-28 20:14 ` Hans de Goede
2014-07-28 20:22 ` Jeroen Hofstee
2014-07-29  8:30   ` Ian Campbell
2014-07-29  8:31     ` Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox