commit | 49e3aeccbcc0eac8d467fd9bd96a9bd166648404 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 13 21:44:07 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 16 17:27:24 2016 -0400 |
tree | 40cb0869ea03db494f5c2ae723b3ddf8f07ccf1c | |
parent | 428975e5d1c5cd2765f87e9f45104902be0651fd [diff] |
Makefile: Give a build error if ad-hoc CONFIG options are added 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>