diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-11 21:24:42 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-11 21:24:42 +0000 |
commit | 9411b2fc81ee57efd49b815a9db0b4ed8a11a1f2 (patch) | |
tree | accce5270686c2cd26cddd06f00961427577fa69 /Makefile | |
parent | 44b2e0d2c971a39d1c668b4a4538944e12d4afff (diff) | |
download | busybox-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -399,6 +399,7 @@ ifeq ($(config-targets),1) | |||
399 | export KBUILD_DEFCONFIG | 399 | export KBUILD_DEFCONFIG |
400 | 400 | ||
401 | config %config: scripts_basic outputmakefile FORCE | 401 | config %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 | ||