aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2017-11-21 12:52:27 -0500
committerPatrick Georgi <pgeorgi@google.com>2017-11-22 18:25:26 +0000
commitdb7b8afc912d28cc368b89f86435f2c8a6e11cf1 (patch)
treeed3e2a9a4b7eb4aef7578469ced25048f0343995 /Makefile.inc
parent2bc6ad3ff1a376ca6f67e2aca2440f34acdf9b99 (diff)
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>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.inc b/Makefile.inc
index e6e9eaea34..4473bf5d17 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -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):