| 210 | } |
| 211 | |
| 212 | static const char *conf_get_autoheader_name(void) |
| 213 | { |
| 214 | char *name = getenv("KCONFIG_AUTOHEADER"); |
| 215 | |
| 216 | return name ? name : "include/generated/autoconf.h"; |
| 217 | } |
| 218 | |
| 219 | static const char *conf_get_rustccfg_name(void) |
| 220 | { |
no outgoing calls
no test coverage detected