From 30ff36249cd9e696f90050515f592991a20f331a Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 21 Nov 2015 17:53:32 +0100 Subject: cbfstool: Add .SILENT: to Makefile This makes the make process look like the one inside of coreboot's build system. Change-Id: I48be2df39cad47644e16ce583b27c33a1da81fc3 Signed-off-by: Stefan Reinauer Reviewed-on: https://review.coreboot.org/12509 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/cbfstool/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/cbfstool') diff --git a/util/cbfstool/Makefile b/util/cbfstool/Makefile index 64db0b3164..085a19a481 100644 --- a/util/cbfstool/Makefile +++ b/util/cbfstool/Makefile @@ -17,4 +17,6 @@ clean: $(RM) $(objutil)/cbfstool/fmaptool $(fmapobj) $(RM) $(objutil)/cbfstool/rmodtool $(rmodobj) +.SILENT: + include Makefile.inc -- cgit v1.2.3