1 Make KCONFIG_WERROR more verbose.
3 Index: kconfig/confdata.c
4 ===================================================================
5 --- kconfig.orig/confdata.c
7 @@ -533,8 +533,10 @@ load:
11 - if (conf_warnings && werror)
12 + if (conf_warnings && werror) {
13 + fprintf(stderr, "\nERROR: %d warnings encountered, and warnings are errors.\n\n", conf_warnings);