summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDenis Vlasenko2006-10-11 21:24:42 +0000
committerDenis Vlasenko2006-10-11 21:24:42 +0000
commit665b02cb60c32268fa3c7129f70ee44255d64dd3 (patch)
treeaccce5270686c2cd26cddd06f00961427577fa69 /Makefile
parent1db39b2f51c2877ad4b5c0094f2e1f8d6449ca91 (diff)
downloadbusybox-665b02cb60c32268fa3c7129f70ee44255d64dd3.zip
busybox-665b02cb60c32268fa3c7129f70ee44255d64dd3.tar.gz
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 5117c45..077f5ab 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