Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | check-config: fix wrong comment about how to build whitelist | Masahiro Yamada | 2016-10-07 | -7/+2 |
| | | | | | | | | | | The command suggested in this comment block is wrong; it would not rip off CONFIG options that had already been converted to Kconfig. Instead, we should use the scripts/build-whitelist.sh tool. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org> | |||
* | Makefile: Give a build error if ad-hoc CONFIG options are added | Simon Glass | 2016-09-16 | -0/+55 |
New CONFIG options should be added via Kconfig. To help prevent new ad-hoc CONFIGs from being added, give a build error when these are detected. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Stephen Warren <swarren@nvidia.com> Tested-by: Stephen Warren <swarren@nvidia.com> |