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 <stefan.reinauer@coreboot.org> Reviewed-on: https://review.coreboot.org/12509 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
20d9fb4692
commit
30ff36249c
|
@ -17,4 +17,6 @@ clean:
|
|||
$(RM) $(objutil)/cbfstool/fmaptool $(fmapobj)
|
||||
$(RM) $(objutil)/cbfstool/rmodtool $(rmodobj)
|
||||
|
||||
.SILENT:
|
||||
|
||||
include Makefile.inc
|
||||
|
|
Loading…
Reference in New Issue