From 76e387319b7095d533780b67dcf9f3d2f71b13ae Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Fri, 20 Oct 2017 22:09:12 +0200 Subject: Makefile.inc: Cosmetics: Format blobtool commands similar to other tools Change-Id: Iddb09d0838da119bfccd5443652ca7a6baa95c7b Signed-off-by: Denis 'GNUtoo' Carikli Reviewed-on: https://review.coreboot.org/22126 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- Makefile.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index 71d18e8739..e6e9eaea34 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -494,6 +494,12 @@ $(ROMCC_BIN): $(top)/util/romcc/romcc.c @# https://www.coreboot.org/pipermail/coreboot/2010-February/055825.html $(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): @printf " Compile IFDTOOL\n" @@ -600,7 +606,7 @@ gitconfig: include util/crossgcc/Makefile.inc .PHONY: tools -tools: $(objutil)/kconfig/conf $(CBFSTOOL) $(objutil)/cbfstool/cbfs-compression-tool $(FMAPTOOL) $(RMODTOOL) $(IFWITOOL) $(objutil)/nvramtool/nvramtool $(ROMCC_BIN) $(objutil)/sconfig/sconfig $(IFDTOOL) $(IFDFAKE) $(CBOOTIMAGE) $(AMDFWTOOL) $(FUTILITY) $(objutil)/blobtool/blobtool +tools: $(objutil)/kconfig/conf $(CBFSTOOL) $(objutil)/cbfstool/cbfs-compression-tool $(FMAPTOOL) $(RMODTOOL) $(IFWITOOL) $(objutil)/nvramtool/nvramtool $(ROMCC_BIN) $(objutil)/sconfig/sconfig $(IFDTOOL) $(IFDFAKE) $(CBOOTIMAGE) $(AMDFWTOOL) $(FUTILITY) $(BLOBTOOL) ########################################################################### # Common recipes for all stages -- cgit v1.2.3