Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-07 | check-config: fix wrong comment about how to build whitelist | Masahiro Yamada | |
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> | |||
2016-09-16 | Makefile: Give a build error if ad-hoc CONFIG options are added | Simon Glass | |
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> |