aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e2d8fdcdd..16fcfeb98 100644
--- a/Makefile
+++ b/Makefile
@@ -399,7 +399,6 @@ ifeq ($(config-targets),1)
399export KBUILD_DEFCONFIG 399export KBUILD_DEFCONFIG
400 400
401config %config: scripts_basic outputmakefile FORCE 401config %config: scripts_basic outputmakefile FORCE
402 $(Q)mkdir -p include/linux
403 $(Q)$(MAKE) $(build)=scripts/kconfig $@ 402 $(Q)$(MAKE) $(build)=scripts/kconfig $@
404 $(Q)$(MAKE) -C $(srctree) KBUILD_SRC= .kernelrelease 403 $(Q)$(MAKE) -C $(srctree) KBUILD_SRC= .kernelrelease
405 404
@@ -472,7 +471,6 @@ ifeq ($(dot-config),1)
472# If kconfig.d is missing then we are probarly in a cleaned tree so 471# If kconfig.d is missing then we are probarly in a cleaned tree so
473# we execute the config step to be sure to catch updated Kconfig files 472# we execute the config step to be sure to catch updated Kconfig files
474include/autoconf.h: .kconfig.d .config 473include/autoconf.h: .kconfig.d .config
475 $(Q)mkdir -p include/linux
476 $(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig 474 $(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig
477 475
478else 476else