diff options
Diffstat (limited to 'scripts/kconfig')
| -rw-r--r-- | scripts/kconfig/confdata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c index b55e72ff2fc6..797a7410f690 100644 --- a/scripts/kconfig/confdata.c +++ b/scripts/kconfig/confdata.c | |||
| @@ -776,7 +776,7 @@ int conf_write_autoconf(void) | |||
| 776 | 776 | ||
| 777 | name = getenv("KCONFIG_AUTOHEADER"); | 777 | name = getenv("KCONFIG_AUTOHEADER"); |
| 778 | if (!name) | 778 | if (!name) |
| 779 | name = "include/linux/autoconf.h"; | 779 | name = "include/generated/autoconf.h"; |
| 780 | if (rename(".tmpconfig.h", name)) | 780 | if (rename(".tmpconfig.h", name)) |
| 781 | return 1; | 781 | return 1; |
| 782 | name = conf_get_autoconfig_name(); | 782 | name = conf_get_autoconfig_name(); |
