| 196 | } |
| 197 | |
| 198 | const char *conf_get_configname(void) |
| 199 | { |
| 200 | char *name = getenv("KCONFIG_CONFIG"); |
| 201 | |
| 202 | return name ? name : ".config"; |
| 203 | } |
| 204 | |
| 205 | static const char *conf_get_autoconfig_name(void) |
| 206 | { |
no outgoing calls
no test coverage detected