summaryrefslogtreecommitdiff
path: root/genconfig.py
AgeCommit message (Collapse)Author
2018-06-22genconfig: Remove unused sys importUlf Magnusson
2018-06-06genconfig: Fix weird wording in descriptionUlf Magnusson
2018-06-06Add license tags to scriptsUlf Magnusson
Everything's ISC.
2018-06-05Turn syncconfig.py into genconfig.py and generate headerUlf 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.