diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-06 16:14:12 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-06 16:14:12 +0000 |
commit | bede7d0ebea13a0edc1c116ce2036028b487485a (patch) | |
tree | 46dcf4ea59e79c0a0f572983872b94747ac48720 | |
parent | 4fa499a17b52b299abc3a6ddd289bb6ca74bb84b (diff) | |
download | busybox-w32-bede7d0ebea13a0edc1c116ce2036028b487485a.tar.gz busybox-w32-bede7d0ebea13a0edc1c116ce2036028b487485a.tar.bz2 busybox-w32-bede7d0ebea13a0edc1c116ce2036028b487485a.zip |
build system: do not generate include/linux
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -399,7 +399,6 @@ 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/linux | ||
403 | $(Q)$(MAKE) $(build)=scripts/kconfig $@ | 402 | $(Q)$(MAKE) $(build)=scripts/kconfig $@ |
404 | $(Q)$(MAKE) -C $(srctree) KBUILD_SRC= .kernelrelease | 403 | $(Q)$(MAKE) -C $(srctree) KBUILD_SRC= .kernelrelease |
405 | 404 | ||
@@ -472,7 +471,6 @@ ifeq ($(dot-config),1) | |||
472 | # If kconfig.d is missing then we are probarly in a cleaned tree so | 471 | # If kconfig.d is missing then we are probarly in a cleaned tree so |
473 | # we execute the config step to be sure to catch updated Kconfig files | 472 | # we execute the config step to be sure to catch updated Kconfig files |
474 | include/autoconf.h: .kconfig.d .config | 473 | include/autoconf.h: .kconfig.d .config |
475 | $(Q)mkdir -p include/linux | ||
476 | $(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig | 474 | $(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig |
477 | 475 | ||
478 | else | 476 | else |