diff options
Diffstat (limited to 'allnoconfig.py')
| -rwxr-xr-x | allnoconfig.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/allnoconfig.py b/allnoconfig.py index 173bf3f..4e1c228 100755 --- a/allnoconfig.py +++ b/allnoconfig.py @@ -31,9 +31,7 @@ def main(): # symbol types, which is what we want. kconf.disable_warnings() - # The set() speeds things up for projects that use multiple definition - # locations a lot - for sym in set(kconf.defined_syms): + for sym in kconf.unique_defined_syms: sym.set_value(2 if sym.is_allnoconfig_y else 0) kconf.write_config(kconfiglib.standard_config_filename()) |
