]> rtime.felk.cvut.cz Git - linux-conf-perf.git/commit
parse_kconfig rewriten
authorKarel Kočí <cynerd@email.cz>
Fri, 1 May 2015 18:55:43 +0000 (20:55 +0200)
committerKarel Kočí <cynerd@email.cz>
Fri, 1 May 2015 18:55:43 +0000 (20:55 +0200)
commit3fb6326fc36c69aa0b66de4823b116d7c0a9486c
treee335cf1dac16f08048864d8c4189e66be8ea11eb
parentcd1b4f5e954f925bb7689189a5c2fd5fef52d745
parse_kconfig rewriten

parse_kconfig should now generate full dependency.
It is not transforming whole expression to CNF, but only pairs.
12 files changed:
scripts/parse_kconfig/Makefile
scripts/parse_kconfig/boolexpr.c [new file with mode: 0644]
scripts/parse_kconfig/boolexpr.h [new file with mode: 0644]
scripts/parse_kconfig/cnfbuild.c
scripts/parse_kconfig/cnfbuild.h
scripts/parse_kconfig/cnfexpr.c [deleted file]
scripts/parse_kconfig/cnfexpr.h [deleted file]
scripts/parse_kconfig/output.c
scripts/parse_kconfig/output.h
scripts/parse_kconfig/parse.c
scripts/parse_kconfig/symlist.c
scripts/parse_kconfig/symlist.h