commit | b3d165f3c2ed2d42ce7e01267ed8a341fb6fda0c | [log] [tgz] |
---|---|---|
author | Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> | Fri Jul 20 18:04:30 2018 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jul 31 08:26:28 2018 -0400 |
tree | a2d94f839a6bb435e7b5de2ccd4831360004ad85 | |
parent | 642db775915c04115c881b42fef0bd0a14cc1cdf [diff] |
scripts: kconfig: Handle warnings generated during evaluation Warnings generated during symbol evaluation were accidentally ignored, due to checking for warnings before writing .config and autoconf.h (which indirectly evaluates all symbols). Move the warning checking code to after writing the configuration to catch such warnings. kconfig.py still gets rerun if any warnings-turned-errors show up. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>