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@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):