Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | kconfig_parser: Fix rev_dep and implement verbose level output | Karel 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 dependency | Karel 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. |