summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-11-21 17:53:32 +0100
committerPatrick Georgi <pgeorgi@google.com>2015-11-26 23:20:52 +0100
commit30ff36249cd9e696f90050515f592991a20f331a (patch)
tree85ffd53454e5c0d4c7df3cd6d35bd1dff2360b5a /util
parent20d9fb46926c7152c4bcb9546bd1ab5d6e261ca8 (diff)
downloadcoreboot-staging-30ff36249cd9e696f90050515f592991a20f331a.zip
coreboot-staging-30ff36249cd9e696f90050515f592991a20f331a.tar.gz
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>
Diffstat (limited to 'util')
-rw-r--r--util/cbfstool/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/cbfstool/Makefile b/util/cbfstool/Makefile
index 64db0b3..085a19a 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
OpenPOWER on IntegriCloud