aboutsummaryrefslogtreecommitdiff
path: root/programs/src/kconfig_parser/output.c
Commit message (Collapse)AuthorAge
* kconfig_parser: Fix rev_dep and implement verbose level outputKarel Kočí2015-03-22
| | | | | | | | After this fix, generated dependency should be all right. Verbose output implementation is only temporally. It needs better implementation. And command line arguments should be parsed with argp.
* kconfig_parser rewritten and now supports revers dependencyKarel Kočí2015-03-22
| | | | | Most of the kconfig_parser is changed. Now dependency are not copied before transfer to CNF and CNF expression is direcly extracted from kconfíg parsed output structures.
* Change symbol_map file divider from space to colonKarel Kočí2015-02-03
| | | | Also some other tweaks in kconfigp_parser. Mostly irrelevant.
* Output folder added to kconfig_parserKarel Kočí2015-01-14
Also kconfig folder in programs/src is renamed to kconfig_parser