1
0
Files
linux/scripts
Kyle McMartin e9203c9882 kbuild: fix oldnoconfig to do the right thing
Commit 861b4ea4 broke oldnoconfig when removed the oldnoconfig checks on
                       if (input_mode == nonint_oldconfig ||
                           input_mode == oldnoconfig) {
                               if (input_mode == nonint_oldconfig &&
                                   sym->name &&
                                    !sym_is_choice_value(sym)) {
to avoid oldnoconfig chugging through the else stanza.

Fix that to restore expected behaviour (which I've confirmed in the
Fedora kernel build that the configs end up looking the same.)

Signed-off-by: Kyle McMartin <kyle@redhat.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
2010-10-09 23:55:08 +02:00
..
2010-07-02 13:51:11 +02:00
2010-03-07 21:19:09 +01:00
2010-03-07 21:22:56 +01:00
2010-03-23 12:26:38 +01:00
2009-09-15 17:04:38 -07:00
2010-08-17 11:47:40 +02:00
2010-03-07 21:38:32 +01:00