Home
last modified time | relevance | path

Searched refs:KBUILD_DEFCONFIG (Results 1 – 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/arch/um/
DMakefile12 KBUILD_DEFCONFIG := x86_64_defconfig macro
14 KBUILD_DEFCONFIG := i386_defconfig macro
17 KBUILD_DEFCONFIG := $(SUBARCH)_defconfig macro
/kernel/linux/linux-5.10/arch/sparc/
DMakefile13 KBUILD_DEFCONFIG := sparc64_defconfig macro
15 KBUILD_DEFCONFIG := sparc32_defconfig macro
/kernel/linux/linux-5.10/arch/microblaze/
DMakefile2 KBUILD_DEFCONFIG := mmu_defconfig macro
/kernel/linux/linux-5.10/scripts/kconfig/
DMakefile79 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)),)
81 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
84 $(Q)$(MAKE) -f $(srctree)/Makefile $(KBUILD_DEFCONFIG)
/kernel/linux/linux-5.10/arch/parisc/
DMakefile42 KBUILD_DEFCONFIG := generic-64bit_defconfig macro
44 KBUILD_DEFCONFIG := generic-32bit_defconfig macro
/kernel/linux/linux-5.10/arch/h8300/
DMakefile11 KBUILD_DEFCONFIG := edosk2674_defconfig macro
/kernel/linux/linux-5.10/arch/x86/
DMakefile7 KBUILD_DEFCONFIG := x86_64_defconfig macro
9 KBUILD_DEFCONFIG := i386_defconfig macro
12 KBUILD_DEFCONFIG := $(ARCH)_defconfig macro
/kernel/linux/linux-5.10/arch/hexagon/
DMakefile4 KBUILD_DEFCONFIG = comet_defconfig macro
/kernel/linux/linux-5.10/arch/nios2/
DMakefile17 KBUILD_DEFCONFIG := 3c120_defconfig macro
/kernel/linux/linux-5.10/arch/openrisc/
DMakefile20 KBUILD_DEFCONFIG := or1ksim_defconfig macro
/kernel/linux/linux-5.10/arch/c6x/
DMakefile9 KBUILD_DEFCONFIG := dsk6455_defconfig macro
/kernel/linux/linux-5.10/arch/m68k/
DMakefile17 KBUILD_DEFCONFIG := multi_defconfig macro
/kernel/linux/linux-5.10/arch/xtensa/
DMakefile69 KBUILD_DEFCONFIG := iss_defconfig macro
/kernel/linux/linux-5.10/arch/ia64/
DMakefile14 KBUILD_DEFCONFIG := generic_defconfig macro
/kernel/linux/linux-5.10/arch/arc/
DMakefile6 KBUILD_DEFCONFIG := haps_hs_smp_defconfig macro
/kernel/linux/linux-5.10/arch/sh/
DMakefile18 KBUILD_DEFCONFIG := shx3_defconfig macro
/kernel/linux/linux-5.10/arch/arm/
DMakefile26 KBUILD_DEFCONFIG := multi_v7_defconfig macro
/kernel/linux/linux-5.10/arch/powerpc/
DMakefile23 KBUILD_DEFCONFIG := $(if $(filter ppc%,$(uname)),$(uname),ppc64)_defconfig macro
/kernel/linux/linux-5.10/arch/mips/
DMakefile22 KBUILD_DEFCONFIG := 32r2el_defconfig macro
/kernel/linux/linux-5.10/
DMakefile401 export KBUILD_DEFCONFIG := defconfig macro
601 export KBUILD_DEFCONFIG KBUILD_KCONFIG CC_VERSION_TEXT
/kernel/linux/linux-5.10/init/
DKconfig9 default "arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)"