From cc8e95c7b27268eba3835984b1f4b2817dad795e Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 17 Nov 2010 15:01:12 +0100 Subject: [kconfig] fix bug in kconfig dependency output patch Signed-off-by: Michael Olbrich --- scripts/kconfig/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/kconfig') diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c index e638833c6..8f67c42e5 100644 --- a/scripts/kconfig/conf.c +++ b/scripts/kconfig/conf.c @@ -504,7 +504,7 @@ int main(int ac, char **av) switch (opt) { case writedepend: dep_output = 1; - opt = silentoldconfig; + input_mode = silentoldconfig; /* fall through */ case silentoldconfig: sync_kconfig = 1; -- cgit v1.2.3