commit | f24d4bb369b919f1bcf74023b2ffcb2a6ad9fdaa | [log] [tgz] |
---|---|---|
author | Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> | Fri Aug 10 07:30:24 2018 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Aug 13 19:31:46 2018 -0700 |
tree | 701b29c6dd23fd6951e13884154de3367f51040a | |
parent | bf8efdbf5bcdfd7b1c99f28fa40082a44f50d302 [diff] |
check-compliance: Simplify undefined Kconfig symbol check Use the new KCONFIG_STRICT Kconfiglib functionality, which makes the library itself warn for references to undefined Kconfig symbols. Also get rid of the chdir() hack. Kconfiglib now only looks up Kconfig files relative to $srctree when it's set, so the hack is no longer needed. Remove list_undef_kconfig_refs.py. It's no longer needed. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>