Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | kconfig_parser moved from programs to scripts | Karel Kočí | 2015-03-26 |
| | | | | This way all executable code is inside scripts directory. | ||
* | 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. |