commit | f4ebfba3750fe72eb18e812e799bde18d317b77a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 09 15:08:53 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Apr 21 06:33:47 2020 -0600 |
tree | dcb5e83186d05158b85ca21554892637540fd60f | |
parent | 9ea93810575ae51dc4a05e99b34fe2af9aae5746 [diff] |
buildman: Add an option to ignore migration warnings These are becoming more common now. They cause boards to show warnings which can be mistaking for compiler warnings. Add a buildman option to ignore them. This option works only with the summary option (-s). It does not affect the build process. Signed-off-by: Simon Glass <sjg@chromium.org>