Home
last modified time | relevance | path

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

12

/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/
H A Dlinux-raspberrypi.inc26 KBUILD_DEFCONFIG:raspberrypi0-wifi ?= "bcmrpi_defconfig"
27 KBUILD_DEFCONFIG:raspberrypi ?= "bcmrpi_defconfig"
28 KBUILD_DEFCONFIG:raspberrypi-cm3 ?= "bcm2709_defconfig"
29 KBUILD_DEFCONFIG:raspberrypi2 ?= "bcm2709_defconfig"
30 KBUILD_DEFCONFIG:raspberrypi3 ?= "bcm2709_defconfig"
31 KBUILD_DEFCONFIG:raspberrypi3-64 ?= "bcmrpi3_defconfig"
32 KBUILD_DEFCONFIG:raspberrypi4 ?= "bcm2711_defconfig"
33 KBUILD_DEFCONFIG:raspberrypi4-64 ?= "bcm2711_defconfig"
34 KBUILD_DEFCONFIG:raspberrypi-armv7 ?= "bcm2711_defconfig"
35 KBUILD_DEFCONFIG:raspberrypi-armv8 ?= "bcm2711_defconfig"
[all …]
H A Dlinux-raspberrypi-v7.inc5 KBUILD_DEFCONFIG:raspberrypi-armv7 = "bcm2709_defconfig"
/openbmc/linux/scripts/kconfig/
H A DMakefile12 ifndef KBUILD_DEFCONFIG
13 KBUILD_DEFCONFIG := defconfig macro
28 KCONFIG_DEFCONFIG_LIST += arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)
85 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)),)
87 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
90 $(Q)$(MAKE) -f $(srctree)/Makefile $(KBUILD_DEFCONFIG)
/openbmc/linux/arch/um/
H A DMakefile12 KBUILD_DEFCONFIG := x86_64_defconfig macro
14 KBUILD_DEFCONFIG := i386_defconfig macro
17 KBUILD_DEFCONFIG := $(SUBARCH)_defconfig macro
/openbmc/linux/arch/sparc/
H A DMakefile13 KBUILD_DEFCONFIG := sparc64_defconfig macro
15 KBUILD_DEFCONFIG := sparc32_defconfig macro
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-yocto.bbclass139 # ifeq ($(KBUILD_DEFCONFIG),)
142 # @echo "*** Default configuration is based on '$(KBUILD_DEFCONFIG)'"
143 # $(Q)$< --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
146 # If a defconfig is specified via the KBUILD_DEFCONFIG variable, we copy it
154 if [ -n "${KBUILD_DEFCONFIG}" ]; then
155 if [ -f "${S}/arch/${ARCH}/configs/${KBUILD_DEFCONFIG}" ]; then
159 cmp "${UNPACKDIR}/defconfig" "${S}/arch/${ARCH}/configs/${KBUILD_DEFCONFIG}"
161 … bbdebug 1 "detected SRC_URI or patched defconfig in UNPACKDIR. ${KBUILD_DEFCONFIG} copied over it"
163 cp -f ${S}/arch/${ARCH}/configs/${KBUILD_DEFCONFIG} ${UNPACKDIR}/defconfig
165 cp -f ${S}/arch/${ARCH}/configs/${KBUILD_DEFCONFIG} ${UNPACKDIR}/defconfig
[all …]
/openbmc/u-boot/scripts/kconfig/
H A DMakefile115 ifeq ($(KBUILD_DEFCONFIG),)
118 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)),)
120 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
123 $(Q)$(MAKE) -f $(srctree)/Makefile $(KBUILD_DEFCONFIG)
/openbmc/linux/arch/microblaze/
H A DMakefile2 KBUILD_DEFCONFIG := mmu_defconfig macro
/openbmc/openbmc/meta-ibm/meta-fsp2/conf/machine/
H A Dsunray2.conf3 KBUILD_DEFCONFIG = "44x/fsp2_defconfig"
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/
H A Dlinux-arm-platforms.inc90 KBUILD_DEFCONFIG:sgi575 = "defconfig"
97 KBUILD_DEFCONFIG:sbsa-ref = "defconfig"
/openbmc/linux/arch/parisc/
H A DMakefile33 KBUILD_DEFCONFIG := generic-64bit_defconfig macro
36 KBUILD_DEFCONFIG := generic-32bit_defconfig macro
/openbmc/linux/arch/x86/
H A DMakefile7 KBUILD_DEFCONFIG := i386_defconfig macro
9 KBUILD_DEFCONFIG := x86_64_defconfig macro
12 KBUILD_DEFCONFIG := $(ARCH)_defconfig macro
/openbmc/linux/arch/hexagon/
H A DMakefile4 KBUILD_DEFCONFIG = comet_defconfig macro
/openbmc/linux/arch/nios2/
H A DMakefile16 KBUILD_DEFCONFIG := 3c120_defconfig macro
/openbmc/linux/arch/openrisc/
H A DMakefile18 KBUILD_DEFCONFIG := or1ksim_defconfig macro
/openbmc/linux/arch/xtensa/
H A DMakefile56 KBUILD_DEFCONFIG := iss_defconfig macro
/openbmc/linux/arch/m68k/
H A DMakefile15 KBUILD_DEFCONFIG := multi_defconfig macro
/openbmc/linux/arch/ia64/
H A DMakefile14 KBUILD_DEFCONFIG := generic_defconfig macro
/openbmc/linux/arch/arc/
H A DMakefile6 KBUILD_DEFCONFIG := haps_hs_smp_defconfig macro
/openbmc/linux/arch/loongarch/
H A DMakefile8 KBUILD_DEFCONFIG := loongson3_defconfig macro
/openbmc/linux/arch/sh/
H A DMakefile18 KBUILD_DEFCONFIG := shx3_defconfig macro
/openbmc/linux/arch/arm/
H A DMakefile29 KBUILD_DEFCONFIG := multi_v7_defconfig macro
/openbmc/linux/arch/powerpc/
H A DMakefile21 KBUILD_DEFCONFIG := $(if $(filter ppc%,$(uname)),$(uname),ppc64)_defconfig macro
/openbmc/linux/arch/mips/
H A DMakefile21 KBUILD_DEFCONFIG := 32r2el_defconfig macro
/openbmc/u-boot/
H A DMakefile496 KBUILD_DEFCONFIG := sandbox_defconfig macro
497 export KBUILD_DEFCONFIG KBUILD_KCONFIG

12