diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -509,7 +509,7 @@ include $(srctree)/Makefile.flags | |||
509 | # with it and forgot to run make oldconfig. | 509 | # with it and forgot to run make oldconfig. |
510 | # If kconfig.d is missing then we are probarly in a cleaned tree so | 510 | # If kconfig.d is missing then we are probarly in a cleaned tree so |
511 | # we execute the config step to be sure to catch updated Kconfig files | 511 | # we execute the config step to be sure to catch updated Kconfig files |
512 | include/autoconf.h: .kconfig.d .config | 512 | include/autoconf.h: .kconfig.d .config gen_build_files |
513 | $(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig | 513 | $(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig |
514 | 514 | ||
515 | else | 515 | else |