Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-10-12 01:24:42 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2006-10-12 01:24:42 +0400
commit665b02cb60c32268fa3c7129f70ee44255d64dd3 (patch)
treeaccce5270686c2cd26cddd06f00961427577fa69 /Makefile
parent1db39b2f51c2877ad4b5c0094f2e1f8d6449ca91 (diff)
build system: fix build in separate obj tree
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5117c4550..077f5abf2 100644
--- a/Makefile
+++ b/Makefile
@@ -399,6 +399,7 @@ ifeq ($(config-targets),1)
export KBUILD_DEFCONFIG
config %config: scripts_basic outputmakefile FORCE
+ $(Q)mkdir -p include
$(Q)$(MAKE) $(build)=scripts/kconfig $@
$(Q)$(MAKE) -C $(srctree) KBUILD_SRC= .kernelrelease