From 94a0f92e1a36d68c95781e916a94a377b7081d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 29 Apr 2015 10:17:05 +0200 Subject: Add prompt variable to parse_kconfig --- scripts/parse_kconfig/symlist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/parse_kconfig/symlist.c') diff --git a/scripts/parse_kconfig/symlist.c b/scripts/parse_kconfig/symlist.c index c6e5140..b0b90ea 100644 --- a/scripts/parse_kconfig/symlist.c +++ b/scripts/parse_kconfig/symlist.c @@ -19,6 +19,7 @@ void symlist_add(struct symlist *sl, char *name) { sl->array[sl->pos].name = name; sl->array[sl->pos].be = NULL; sl->array[sl->pos].prompt = false; + sl->array[sl->pos].def = true; sl->pos++; } -- cgit v1.2.3