Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204848
b: refs/heads/master
c: ac1ffde
h: refs/heads/master
v: v3
  • Loading branch information
Ulf Magnusson authored and Michal Marek committed Jul 29, 2010
1 parent 6c65089 commit 00636c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1244b41d00eb60cb3d05220383bc9d15b9045fb4
refs/heads/master: ac1ffde1ba053db0266f886a15ed845a6628fcb0
5 changes: 4 additions & 1 deletion trunk/scripts/kconfig/confdata.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,11 @@ int conf_read_simple(const char *name, int def)
if (in)
goto load;
sym_add_change_count(1);
if (!sym_defconfig_list)
if (!sym_defconfig_list) {
if (modules_sym)
sym_calc_value(modules_sym);
return 1;
}

for_all_defaults(sym_defconfig_list, prop) {
if (expr_calc_value(prop->visible.expr) == no ||
Expand Down

0 comments on commit 00636c7

Please sign in to comment.