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>
Reviewed-on: https://review.coreboot.org/22555
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Patrick Georgi 2017-11-21 12:52:27 -05:00
parent 2bc6ad3ff1
commit db7b8afc91
1 changed files with 0 additions and 4 deletions

View File

@ -495,10 +495,6 @@ $(ROMCC_BIN): $(top)/util/romcc/romcc.c
$(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):