From b79b87a30f9c96edc49b05f04b087ae22a2f4736 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 19 Oct 2006 22:17:44 +0000 Subject: build system: (try to) get rid of bb_config.h hack --- scripts/kconfig/confdata.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/kconfig') diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c index 8fb90413a..d38bbba93 100644 --- a/scripts/kconfig/confdata.c +++ b/scripts/kconfig/confdata.c @@ -428,8 +428,10 @@ int conf_write(const char *name) " */\n", str); } else if (!(sym->flags & SYMBOL_CHOICE)) { sym_calc_value(sym); +/* bbox: we want to all syms if (!(sym->flags & SYMBOL_WRITE)) goto next; +*/ sym->flags &= ~SYMBOL_WRITE; type = sym->type; if (type == S_TRISTATE) { -- cgit v1.2.3