aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-10-06 16:14:12 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-10-06 16:14:12 +0000
commitbede7d0ebea13a0edc1c116ce2036028b487485a (patch)
tree46dcf4ea59e79c0a0f572983872b94747ac48720 /Makefile
parent4fa499a17b52b299abc3a6ddd289bb6ca74bb84b (diff)
downloadbusybox-bede7d0ebea13a0edc1c116ce2036028b487485a.tar.gz
build system: do not generate include/linux
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e2d8fdcdd..16fcfeb98 100644
--- a/Makefile
+++ b/Makefile
@@ -399,7 +399,6 @@ ifeq ($(config-targets),1)
export KBUILD_DEFCONFIG
config %config: scripts_basic outputmakefile FORCE
- $(Q)mkdir -p include/linux
$(Q)$(MAKE) $(build)=scripts/kconfig $@
$(Q)$(MAKE) -C $(srctree) KBUILD_SRC= .kernelrelease
@@ -472,7 +471,6 @@ ifeq ($(dot-config),1)
# If kconfig.d is missing then we are probarly in a cleaned tree so
# we execute the config step to be sure to catch updated Kconfig files
include/autoconf.h: .kconfig.d .config
- $(Q)mkdir -p include/linux
$(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig
else