commit | eb48bbc4377bc6ff8c46fdb496e74c18fb9da096 | [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 | a590624aba90caa00321612193bb66854c610540 [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>