commit | 6a75b58ec8ba4921dd7db2099ad08cdafd143a7e | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Jun 29 11:36:25 2017 +0800 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 29 10:01:10 2017 -0400 |
tree | 4251d682ce89f4e2ceedaea5750af15798081294 | |
parent | 524f3cec633e2fef99fb4459199e47e094a760aa [diff] |
scripts: config_whitelist: Handle lines with leading spaces/tabs Some Kconfig options are defined in a line with leading spaces/tabs. Update build-whitelist/check-config scripts to handle such cases. Generate a new config_whitelist.txt with new scripts. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>