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:
Stefan Reinauer 2015-11-21 17:53:32 +01:00 committed by Patrick Georgi
parent 20d9fb4692
commit 30ff36249c
1 changed files with 2 additions and 0 deletions

View File

@ -17,4 +17,6 @@ clean:
$(RM) $(objutil)/cbfstool/fmaptool $(fmapobj)
$(RM) $(objutil)/cbfstool/rmodtool $(rmodobj)
.SILENT:
include Makefile.inc