aboutsummaryrefslogtreecommitdiff
path: root/scripts/parse_kconfig/Makefile
Commit message (Collapse)AuthorAge
* Small change in parse_kconfig MakefileKarel Kočí2015-05-04
| | | | Hide warnings. I am not going to solve them now.
* Add DEBUG and Wall to parse_kconfigKarel Kočí2015-05-01
|
* 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.
* Rename parser.c to parse.cKarel Kočí2015-04-21
|
* Fix parse_kconfig .gitignore and makefileKarel Kočí2015-04-12
|
* parse_kconfig make builds *.o filesKarel Kočí2015-04-12
| | | | Until now *.o files were not created.
* macros.h moved to shared folderKarel Kočí2015-04-11
|
* parse_kconfig output executable name changed from parser to parseKarel Kočí2015-04-11
|
* Kconfig_parser renamed to parse_kconfigKarel Kočí2015-04-11