diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -437,7 +437,7 @@ ifeq ($(config-targets),1) | |||
437 | # KBUILD_DEFCONFIG may point out an alternative default configuration | 437 | # KBUILD_DEFCONFIG may point out an alternative default configuration |
438 | # used for 'make defconfig' | 438 | # used for 'make defconfig' |
439 | include $(srctree)/arch/$(SRCARCH)/Makefile | 439 | include $(srctree)/arch/$(SRCARCH)/Makefile |
440 | export KBUILD_DEFCONFIG | 440 | export KBUILD_DEFCONFIG KBUILD_KCONFIG |
441 | 441 | ||
442 | config %config: scripts_basic outputmakefile FORCE | 442 | config %config: scripts_basic outputmakefile FORCE |
443 | $(Q)mkdir -p include/linux include/config | 443 | $(Q)mkdir -p include/linux include/config |