aboutsummaryrefslogtreecommitdiff
path: root/scripts/write_config/symlist.c
Commit message (Collapse)AuthorAge
* Rewrite write_configKarel Kočí2015-07-24
| | | | | | | Write config don't need to load jobfiles any more. We only have to load file passed via argument and save using kconfig code. Configuration checking is disabled. It needs more editing.
* write_config update to parse_kconfig changesKarel Kočí2015-05-01
|
* Fix problem with overwriting last element with zerosKarel Kočí2015-04-14
|
* write_solution to not search for NONAMEGENKarel Kočí2015-04-13
|
* Add first implementation of write_configKarel Kočí2015-04-13
write_config is application for default .config generation. It will be using default API from kconfig to generate it. Now implemented only symbol map loading.