MCPcopy Create free account
hub / github.com/coreboot/coreboot / conf_errors

Function conf_errors

util/kconfig/confdata.c:158–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156static int conf_lineno, conf_warnings;
157
158bool conf_errors(void)
159{
160 if (conf_warnings)
161 return getenv("KCONFIG_WERROR");
162 return false;
163}
164
165#ifdef __MINGW32__
166#define mkdir(_n,_p) mkdir((_n))

Callers 1

mainFunction · 0.85

Calls 1

getenvFunction · 0.50

Tested by

no test coverage detected