diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -491,6 +491,7 @@ include .config | |||
491 | # If .config is newer than include/linux/autoconf.h, someone tinkered | 491 | # If .config is newer than include/linux/autoconf.h, someone tinkered |
492 | # with it and forgot to run make oldconfig | 492 | # with it and forgot to run make oldconfig |
493 | include/linux/autoconf.h: .config | 493 | include/linux/autoconf.h: .config |
494 | $(Q)mkdir -p include/linux | ||
494 | $(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig | 495 | $(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig |
495 | else | 496 | else |
496 | # Dummy target needed, because used as prerequisite | 497 | # Dummy target needed, because used as prerequisite |