From 98485de88192943f800d87e337ffa23744ba8565 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Thu, 1 Nov 2018 20:48:21 -0700 Subject: util/cbsftool: allow enabling verbose make output Sometimes it is necessary to be able to see exact command lines used when compiling and linking. Use the same scheme as some other Makefile's - enable verbose output when variable V is set to 1. TEST=tried building cbfstool with V=1, observed verbose output. Change-Id: Iff25439aabff79e69d1d94a2c51c60bb0e0d7b80 Signed-off-by: Vadim Bendebury Reviewed-on: https://review.coreboot.org/29431 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/cbfstool/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util') diff --git a/util/cbfstool/Makefile b/util/cbfstool/Makefile index ba8fdffb89..f4dca3f36d 100644 --- a/util/cbfstool/Makefile +++ b/util/cbfstool/Makefile @@ -51,6 +51,8 @@ install: all $(INSTALL) ifwitool $(DESTDIR)$(BINDIR) $(INSTALL) cbfs-compression-tool $(DESTDIR)$(BINDIR) +ifneq ($(V),1) .SILENT: +endif include Makefile.inc -- cgit v1.2.3