aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/nconf.c
diff options
context:
space:
mode:
authorArnaud Lacombe <lacombar@gmail.com>2010-08-24 00:14:47 -0400
committerArnaud Lacombe <lacombar@gmail.com>2010-09-19 18:19:16 -0400
commit8baefd30b5b0101aa07aa75da44a9eee881eed28 (patch)
tree02c72db82a9f9f9aade25a11bf9e6b884806cdec /scripts/kconfig/nconf.c
parentkbuild: fix oldnoconfig to do the right thing (diff)
downloadlinux-dev-8baefd30b5b0101aa07aa75da44a9eee881eed28.tar.xz
linux-dev-8baefd30b5b0101aa07aa75da44a9eee881eed28.zip
kconfig: replace a `switch()' statement by a more flexible `if()' statement
With the upcoming dynamical configuration prefix, we can no longer assume that the prefix will start by a 'C'. As such, we can no longer hardcode this value in the `case ...:', so replace the `switch() { ... }' statement by a more flexible 'if () { ... }' statement. Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Reviewed-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/kconfig/nconf.c')
0 files changed, 0 insertions, 0 deletions