summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-11-19 10:02:31 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-11-19 10:03:30 +0100
commitdd6a1eb518d6d99135050d860cd3e858119b937a (patch)
tree3ce4b032f232ae47c36390bb640ff2d1dfc321c8 /scripts
parent5c39825cf30a919b18ad1370488703576a1b9d09 (diff)
downloadptxdist-dd6a1eb518d6d99135050d860cd3e858119b937a.tar.gz
ptxdist-dd6a1eb518d6d99135050d860cd3e858119b937a.tar.xz
[kconfig] don't fail writing deps when the config file is not up to date.
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/conf.c2
-rw-r--r--scripts/ptx-modifications/0001-conf-add-an-option-to-output-the-dependency-informat.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c
index 8f67c42e5..28dd68a1f 100644
--- a/scripts/kconfig/conf.c
+++ b/scripts/kconfig/conf.c
@@ -505,7 +505,7 @@ int main(int ac, char **av)
case writedepend:
dep_output = 1;
input_mode = silentoldconfig;
- /* fall through */
+ break;
case silentoldconfig:
sync_kconfig = 1;
break;
diff --git a/scripts/ptx-modifications/0001-conf-add-an-option-to-output-the-dependency-informat.patch b/scripts/ptx-modifications/0001-conf-add-an-option-to-output-the-dependency-informat.patch
index 0e317413c..cb532dcd1 100644
--- a/scripts/ptx-modifications/0001-conf-add-an-option-to-output-the-dependency-informat.patch
+++ b/scripts/ptx-modifications/0001-conf-add-an-option-to-output-the-dependency-informat.patch
@@ -80,7 +80,7 @@ index 5459a38..2a11cbe 100644
+ case writedepend:
+ dep_output = 1;
+ input_mode = silentoldconfig;
-+ /* fall through */
++ break;
case silentoldconfig:
sync_kconfig = 1;
break;