Searched refs:KBUILD_DEFCONFIG (Results 1 - 18 of 18) sorted by relevance

/linux-master/arch/microblaze/
H A DMakefile2 KBUILD_DEFCONFIG := mmu_defconfig macro
/linux-master/arch/nios2/
H A DMakefile16 KBUILD_DEFCONFIG := 3c120_defconfig macro
/linux-master/arch/hexagon/
H A DMakefile4 KBUILD_DEFCONFIG = comet_defconfig macro
/linux-master/arch/um/
H A DMakefile12 KBUILD_DEFCONFIG := x86_64_defconfig macro
14 KBUILD_DEFCONFIG := i386_defconfig macro
17 KBUILD_DEFCONFIG := $(SUBARCH)_defconfig macro
/linux-master/scripts/kconfig/
H A DMakefile12 ifndef KBUILD_DEFCONFIG
13 KBUILD_DEFCONFIG := defconfig macro
28 KCONFIG_DEFCONFIG_LIST += arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)
93 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)),)
94 @$(kecho) "*** Default configuration is based on '$(KBUILD_DEFCONFIG)'"
95 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
97 @$(kecho) "*** Default configuration is based on target '$(KBUILD_DEFCONFIG)'"
98 $(Q)$(MAKE) -f $(srctree)/Makefile $(KBUILD_DEFCONFIG)
/linux-master/arch/sparc/
H A DMakefile13 KBUILD_DEFCONFIG := sparc64_defconfig macro
15 KBUILD_DEFCONFIG := sparc32_defconfig macro
/linux-master/arch/openrisc/
H A DMakefile18 KBUILD_DEFCONFIG := or1ksim_defconfig macro
/linux-master/arch/xtensa/
H A DMakefile60 KBUILD_DEFCONFIG := iss_defconfig macro
/linux-master/arch/x86/
H A DMakefile7 KBUILD_DEFCONFIG := i386_defconfig macro
9 KBUILD_DEFCONFIG := x86_64_defconfig macro
12 KBUILD_DEFCONFIG := $(ARCH)_defconfig macro
/linux-master/arch/m68k/
H A DMakefile15 KBUILD_DEFCONFIG := multi_defconfig macro
/linux-master/arch/parisc/
H A DMakefile33 KBUILD_DEFCONFIG := generic-64bit_defconfig macro
36 KBUILD_DEFCONFIG := generic-32bit_defconfig macro
/linux-master/arch/arc/
H A DMakefile6 KBUILD_DEFCONFIG := haps_hs_smp_defconfig macro
/linux-master/arch/sh/
H A DMakefile18 KBUILD_DEFCONFIG := shx3_defconfig macro
/linux-master/arch/loongarch/
H A DMakefile8 KBUILD_DEFCONFIG := loongson3_defconfig macro
/linux-master/arch/arm/
H A DMakefile29 KBUILD_DEFCONFIG := multi_v7_defconfig macro
/linux-master/arch/powerpc/
H A DMakefile32 KBUILD_DEFCONFIG := $(if $(filter ppc%,$(uname)),$(uname),ppc64le)_defconfig macro
/linux-master/arch/mips/
H A DMakefile21 KBUILD_DEFCONFIG := 32r2el_defconfig macro
/linux-master/
H A DMakefile678 # Read arch-specific Makefile to set KBUILD_DEFCONFIG as needed.
679 # KBUILD_DEFCONFIG may point out an alternative default configuration
682 export KBUILD_DEFCONFIG KBUILD_KCONFIG CC_VERSION_TEXT

Completed in 324 milliseconds