commit | b2ea7ab25258621871db1f884be1a2f2b1641741 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 09 15:33:02 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 13 08:34:15 2014 -0600 |
tree | bcf0dc78bbe4c8c3537d6e7c22456c6621587b8b | |
parent | c1de50149228c73c90f71a51c8a0a4ab7d651b3a [diff] |
buildman: Refactor output options We need the output options to be available in several places. It's a pain to pass them into each function. Make them properties of the builder and add a single function to set them up. At the same time, add a function which produces summary output using these options. Signed-off-by: Simon Glass <sjg@chromium.org>