aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-11 21:24:42 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-11 21:24:42 +0000
commit9411b2fc81ee57efd49b815a9db0b4ed8a11a1f2 (patch)
treeaccce5270686c2cd26cddd06f00961427577fa69 /Makefile
parent44b2e0d2c971a39d1c668b4a4538944e12d4afff (diff)
downloadbusybox-w32-9411b2fc81ee57efd49b815a9db0b4ed8a11a1f2.tar.gz
busybox-w32-9411b2fc81ee57efd49b815a9db0b4ed8a11a1f2.tar.bz2
busybox-w32-9411b2fc81ee57efd49b815a9db0b4ed8a11a1f2.zip
build system: fix build in separate obj tree
git-svn-id: svn://busybox.net/trunk/busybox@16365 69ca8d6d-28ef-0310-b511-8ec308f3f277
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)
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
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