From db7b8afc912d28cc368b89f86435f2c8a6e11cf1 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 21 Nov 2017 12:52:27 -0500 Subject: 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 Reviewed-on: https://review.coreboot.org/22555 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- Makefile.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile.inc') 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): -- cgit v1.2.3