| 203 | } |
| 204 | |
| 205 | static const char *conf_get_autoconfig_name(void) |
| 206 | { |
| 207 | char *name = getenv("KCONFIG_AUTOCONFIG"); |
| 208 | |
| 209 | return name ? name : "include/config/auto.conf"; |
| 210 | } |
| 211 | |
| 212 | static const char *conf_get_autoheader_name(void) |
| 213 | { |
no outgoing calls
no test coverage detected