aboutsummaryrefslogtreecommitdiff
path: root/scripts/parse_kconfig/cnfexpr.h
Commit message (Collapse)AuthorAge
* parse_kconfig rewritenKarel Kočí2015-05-01
| | | | | parse_kconfig should now generate full dependency. It is not transforming whole expression to CNF, but only pairs.
* Add prompt variable to parse_kconfigKarel Kočí2015-04-29
|
* parse_kconfig fix wrong behaviour for non prompt symbolsKarel Kočí2015-04-24
| | | | | Non prompt symbols should be selected always as their dependencies are satisfied. This changes adds generation of relevant rules.
* Extract file name definitions out from parse_kconfig to sharedKarel Kočí2015-04-12
|
* macros.h moved to shared folderKarel Kočí2015-04-11
|
* Kconfig_parser renamed to parse_kconfigKarel Kočí2015-04-11