| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-05 | Turn syncconfig.py into genconfig.py and generate header | Ulf Magnusson | |
| There should be a script available that generates the output header for the build. It usually makes sense to generate both the header and any incremental build information at the same time (automatically during build), so roll them both into the same script. | |||
| 2018-06-04 | Add syncconfig.py, used for incremental builds | Ulf Magnusson | |
| This script calls through to Kconfiglib.sync_deps() and can be used to implement incremental builds. Having additional dependency mechanisms for changes to Kconfig files and environment variables is redundant, because those changes indirectly influence symbol values and will be caught as well. | |||
