<p>Denis 'GNUtoo' Carikli has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22126">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Makefile.inc: Cosmetics: unify blobtool with other tools<br><br>Change-Id: Iddb09d0838da119bfccd5443652ca7a6baa95c7b<br>Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org><br>---<br>M Makefile.inc<br>1 file changed, 7 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/22126/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/Makefile.inc b/Makefile.inc<br>index ea56a09..36e5fe8 100644<br>--- a/Makefile.inc<br>+++ b/Makefile.inc<br>@@ -494,6 +494,12 @@<br>     @# https://www.coreboot.org/pipermail/coreboot/2010-February/055825.html<br>      $(HOSTCC) -g $(STACK) -Wall -o $@ $<<br> <br>+BLOBTOOL:=$(objutil)/blobtool/blobtool<br>+$(BLOBTOOL):<br>+   @printf "    Compile BLOBTOOL\n"<br>+   +$(MAKE) -C $(top)/util/blobtool<br>+     cp -a $(top)/util/ifdtool/blobtool $@<br>+<br> IFDTOOL:=$(objutil)/ifdtool/ifdtool<br> $(IFDTOOL):<br>  @printf "    Compile IFDTOOL\n"<br>@@ -600,7 +606,7 @@<br> include util/crossgcc/Makefile.inc<br> <br> .PHONY: tools<br>-tools: $(objutil)/kconfig/conf $(CBFSTOOL) $(objutil)/cbfstool/cbfs-compression-tool $(FMAPTOOL) $(RMODTOOL) $(IFWITOOL) $(objutil)/nvramtool/nvramtool $(ROMCC_BIN) $(objutil)/sconfig/sconfig $(IFDTOOL) $(IFDFAKE) $(CBOOTIMAGE) $(AMDFWTOOL) $(FUTILITY) $(objutil)/blobtool/blobtool<br>+tools: $(objutil)/kconfig/conf $(CBFSTOOL) $(objutil)/cbfstool/cbfs-compression-tool $(FMAPTOOL) $(RMODTOOL) $(IFWITOOL) $(objutil)/nvramtool/nvramtool $(ROMCC_BIN) $(objutil)/sconfig/sconfig $(IFDTOOL) $(IFDFAKE) $(CBOOTIMAGE) $(AMDFWTOOL) $(FUTILITY) $(BLOBTOOL)<br> <br> ###########################################################################<br> # Common recipes for all stages<br></pre><p>To view, visit <a href="https://review.coreboot.org/22126">change 22126</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/22126"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Iddb09d0838da119bfccd5443652ca7a6baa95c7b </div>
<div style="display:none"> Gerrit-Change-Number: 22126 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> </div>