Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 365471 | Differences between
and this patch

Collapse All | Expand All

(-)a/Makefile (-1 / +5 lines)
Lines 438-444 ifeq ($(config-targets),1) Link Here
438
include $(srctree)/arch/$(ARCH)/Makefile
438
include $(srctree)/arch/$(ARCH)/Makefile
439
export KBUILD_DEFCONFIG
439
export KBUILD_DEFCONFIG
440
440
441
config %config: scripts_basic outputmakefile FORCE
441
config: scripts_basic outputmakefile FORCE
442
	$(Q)mkdir -p include/linux
443
	$(Q)$(MAKE) $(build)=scripts/kconfig $@
444
	$(Q)$(MAKE) -C $(srctree) KBUILD_SRC= .kernelrelease
445
%config: scripts_basic outputmakefile FORCE
442
	$(Q)mkdir -p include/linux
446
	$(Q)mkdir -p include/linux
443
	$(Q)$(MAKE) $(build)=scripts/kconfig $@
447
	$(Q)$(MAKE) $(build)=scripts/kconfig $@
444
	$(Q)$(MAKE) -C $(srctree) KBUILD_SRC= .kernelrelease
448
	$(Q)$(MAKE) -C $(srctree) KBUILD_SRC= .kernelrelease

Return to bug 365471