[coreboot-gerrit] Change in coreboot[master]: Makefile.inc: Cosmetics: unify blobtool with other tools

Denis 'GNUtoo' Carikli (Code Review) gerrit at coreboot.org
Fri Oct 20 22:39:02 CEST 2017


Denis 'GNUtoo' Carikli has uploaded this change for review. ( https://review.coreboot.org/22126


Change subject: Makefile.inc: Cosmetics: unify blobtool with other tools
......................................................................

Makefile.inc: Cosmetics: unify blobtool with other tools

Change-Id: Iddb09d0838da119bfccd5443652ca7a6baa95c7b
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
M Makefile.inc
1 file changed, 7 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/22126/1

diff --git a/Makefile.inc b/Makefile.inc
index ea56a09..36e5fe8 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -494,6 +494,12 @@
 	@# https://www.coreboot.org/pipermail/coreboot/2010-February/055825.html
 	$(HOSTCC) -g $(STACK) -Wall -o $@ $<
 
+BLOBTOOL:=$(objutil)/blobtool/blobtool
+$(BLOBTOOL):
+	@printf "    Compile BLOBTOOL\n"
+	+$(MAKE) -C $(top)/util/blobtool
+	cp -a $(top)/util/ifdtool/blobtool $@
+
 IFDTOOL:=$(objutil)/ifdtool/ifdtool
 $(IFDTOOL):
 	@printf "    Compile IFDTOOL\n"
@@ -600,7 +606,7 @@
 include util/crossgcc/Makefile.inc
 
 .PHONY: tools
-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
+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)
 
 ###########################################################################
 # Common recipes for all stages

-- 
To view, visit https://review.coreboot.org/22126
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iddb09d0838da119bfccd5443652ca7a6baa95c7b
Gerrit-Change-Number: 22126
Gerrit-PatchSet: 1
Gerrit-Owner: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171020/e6dcb19b/attachment.html>


More information about the coreboot-gerrit mailing list