diff options
author | Denis Vlasenko | 2006-10-19 22:17:44 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-10-19 22:17:44 +0000 |
commit | b79b87a30f9c96edc49b05f04b087ae22a2f4736 (patch) | |
tree | c2fddc0c7b4f2ac88a7432f9d2bb477572d3631d /scripts/kconfig | |
parent | 9fa9950784a0399b03473281de0109214552dbdf (diff) | |
download | busybox-b79b87a30f9c96edc49b05f04b087ae22a2f4736.zip busybox-b79b87a30f9c96edc49b05f04b087ae22a2f4736.tar.gz |
build system: (try to) get rid of bb_config.h hack
Diffstat (limited to 'scripts/kconfig')
-rw-r--r-- | scripts/kconfig/confdata.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c index 8fb9041..d38bbba 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) { |