mirror of
https://git.busybox.net/busybox.git
synced 2024-11-23 21:53:25 +08:00
build system: do not generate include/linux
This commit is contained in:
parent
4fa499a17b
commit
bede7d0ebe
2
Makefile
2
Makefile
@ -399,7 +399,6 @@ ifeq ($(config-targets),1)
|
|||||||
export KBUILD_DEFCONFIG
|
export KBUILD_DEFCONFIG
|
||||||
|
|
||||||
config %config: scripts_basic outputmakefile FORCE
|
config %config: scripts_basic outputmakefile FORCE
|
||||||
$(Q)mkdir -p include/linux
|
|
||||||
$(Q)$(MAKE) $(build)=scripts/kconfig $@
|
$(Q)$(MAKE) $(build)=scripts/kconfig $@
|
||||||
$(Q)$(MAKE) -C $(srctree) KBUILD_SRC= .kernelrelease
|
$(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
|
# 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
|
# we execute the config step to be sure to catch updated Kconfig files
|
||||||
include/autoconf.h: .kconfig.d .config
|
include/autoconf.h: .kconfig.d .config
|
||||||
$(Q)mkdir -p include/linux
|
|
||||||
$(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig
|
$(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig
|
||||||
|
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user