]> rtime.felk.cvut.cz Git - linux-conf-perf.git/commit
Fix parse_kconfig symbol default
authorKarel Kočí <cynerd@email.cz>
Thu, 17 Sep 2015 11:03:02 +0000 (13:03 +0200)
committerKarel Kočí <cynerd@email.cz>
Thu, 17 Sep 2015 11:03:02 +0000 (13:03 +0200)
commit08d906b110f6a1a9985c4e03a13a2a97b0aaf818
treea2ce6d3a4d0b39ed01064c6d21da911d417f5cf1
parent610845c6f99412010baa7a84ff8880bc7046c49a
Fix parse_kconfig symbol default

Generated rules for symbols default values was used without information
about their order. Kconfig documentation specifies that only first
valid default value specification should be used.
scripts/parse_kconfig/boolexpr.c
scripts/parse_kconfig/parse.c