commit | a8b361b17636e0547124e6afe4060fe974fe0a77 | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Mon Jan 08 12:42:39 2018 +0100 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Jan 12 07:29:05 2018 -0500 |
tree | 160801b10d9f45e402b585e5cec21e24aed0dfd3 | |
parent | d92769b849a96c71fb425ea9c945ff8aa2c3aca2 [diff] |
cmake: kconfig: Run Kconfig on every reconfiguration Kconfiglib does not support merging fragments without parsing the entire Kconfig "database". For Zephyr this means we no longer get a performance gain from splitting up the fragment-merging and the .config generation. This patch removes the seperated merge step and it's associated caching mechanism. Now we do a full Kconfig execution on every reconfiguration. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>