aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kconfig/symbol.c')
-rw-r--r--scripts/kconfig/symbol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/symbol.c b/scripts/kconfig/symbol.c
index 9ee3923117ee..2e7a048e0cfc 100644
--- a/scripts/kconfig/symbol.c
+++ b/scripts/kconfig/symbol.c
@@ -755,6 +755,7 @@ struct symbol **sym_re_search(const char *pattern)
755 return NULL; 755 return NULL;
756 } 756 }
757 } 757 }
758 sym_calc_value(sym);
758 sym_arr[cnt++] = sym; 759 sym_arr[cnt++] = sym;
759 } 760 }
760 if (sym_arr) 761 if (sym_arr)