[coreboot-gerrit] Change in coreboot[master]: build system: drop duplicate rule for $(objutil)/blobtool/blobtool

Patrick Georgi (Code Review) gerrit at coreboot.org
Tue Nov 21 18:53:45 CET 2017


Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/22555


Change subject: build system: drop duplicate rule for $(objutil)/blobtool/blobtool
......................................................................

build system: drop duplicate rule for $(objutil)/blobtool/blobtool

There's already one in util/blobtool/Makefile.inc

BUG=chromium:787042
TEST=no more warning about duplicate rules

Change-Id: I8bc17d3b182369cf5b67bdcf392db7932e5389bf
Signed-off-by: Patrick Georgi <pgeorgi at google.com>
---
M Makefile.inc
1 file changed, 0 insertions(+), 4 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/22555/1

diff --git a/Makefile.inc b/Makefile.inc
index e6e9eae..4473bf5 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -495,10 +495,6 @@
 	$(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):

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8bc17d3b182369cf5b67bdcf392db7932e5389bf
Gerrit-Change-Number: 22555
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Georgi <pgeorgi at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171121/4b43d203/attachment.html>


More information about the coreboot-gerrit mailing list