diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -399,6 +399,7 @@ ifeq ($(config-targets),1) | |||
399 | export KBUILD_DEFCONFIG | 399 | export KBUILD_DEFCONFIG |
400 | 400 | ||
401 | config %config: scripts_basic outputmakefile FORCE | 401 | config %config: scripts_basic outputmakefile FORCE |
402 | $(Q)mkdir -p include | ||
402 | $(Q)$(MAKE) $(build)=scripts/kconfig $@ | 403 | $(Q)$(MAKE) $(build)=scripts/kconfig $@ |
403 | $(Q)$(MAKE) -C $(srctree) KBUILD_SRC= .kernelrelease | 404 | $(Q)$(MAKE) -C $(srctree) KBUILD_SRC= .kernelrelease |
404 | 405 | ||