/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/ |
H A D | linux-raspberrypi.inc | 26 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 D | linux-raspberrypi-v7.inc | 5 KBUILD_DEFCONFIG:raspberrypi-armv7 = "bcm2709_defconfig"
|
/openbmc/linux/scripts/kconfig/ |
H A D | Makefile | 12 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 D | Makefile | 12 KBUILD_DEFCONFIG := x86_64_defconfig macro 14 KBUILD_DEFCONFIG := i386_defconfig macro 17 KBUILD_DEFCONFIG := $(SUBARCH)_defconfig macro
|
/openbmc/linux/arch/sparc/ |
H A D | Makefile | 13 KBUILD_DEFCONFIG := sparc64_defconfig macro 15 KBUILD_DEFCONFIG := sparc32_defconfig macro
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | kernel-yocto.bbclass | 139 # 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 D | Makefile | 115 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 D | Makefile | 2 KBUILD_DEFCONFIG := mmu_defconfig macro
|
/openbmc/openbmc/meta-ibm/meta-fsp2/conf/machine/ |
H A D | sunray2.conf | 3 KBUILD_DEFCONFIG = "44x/fsp2_defconfig"
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/ |
H A D | linux-arm-platforms.inc | 90 KBUILD_DEFCONFIG:sgi575 = "defconfig" 97 KBUILD_DEFCONFIG:sbsa-ref = "defconfig"
|
/openbmc/linux/arch/parisc/ |
H A D | Makefile | 33 KBUILD_DEFCONFIG := generic-64bit_defconfig macro 36 KBUILD_DEFCONFIG := generic-32bit_defconfig macro
|
/openbmc/linux/arch/x86/ |
H A D | Makefile | 7 KBUILD_DEFCONFIG := i386_defconfig macro 9 KBUILD_DEFCONFIG := x86_64_defconfig macro 12 KBUILD_DEFCONFIG := $(ARCH)_defconfig macro
|
/openbmc/linux/arch/hexagon/ |
H A D | Makefile | 4 KBUILD_DEFCONFIG = comet_defconfig macro
|
/openbmc/linux/arch/nios2/ |
H A D | Makefile | 16 KBUILD_DEFCONFIG := 3c120_defconfig macro
|
/openbmc/linux/arch/openrisc/ |
H A D | Makefile | 18 KBUILD_DEFCONFIG := or1ksim_defconfig macro
|
/openbmc/linux/arch/xtensa/ |
H A D | Makefile | 56 KBUILD_DEFCONFIG := iss_defconfig macro
|
/openbmc/linux/arch/m68k/ |
H A D | Makefile | 15 KBUILD_DEFCONFIG := multi_defconfig macro
|
/openbmc/linux/arch/ia64/ |
H A D | Makefile | 14 KBUILD_DEFCONFIG := generic_defconfig macro
|
/openbmc/linux/arch/arc/ |
H A D | Makefile | 6 KBUILD_DEFCONFIG := haps_hs_smp_defconfig macro
|
/openbmc/linux/arch/loongarch/ |
H A D | Makefile | 8 KBUILD_DEFCONFIG := loongson3_defconfig macro
|
/openbmc/linux/arch/sh/ |
H A D | Makefile | 18 KBUILD_DEFCONFIG := shx3_defconfig macro
|
/openbmc/linux/arch/arm/ |
H A D | Makefile | 29 KBUILD_DEFCONFIG := multi_v7_defconfig macro
|
/openbmc/linux/arch/powerpc/ |
H A D | Makefile | 21 KBUILD_DEFCONFIG := $(if $(filter ppc%,$(uname)),$(uname),ppc64)_defconfig macro
|
/openbmc/linux/arch/mips/ |
H A D | Makefile | 21 KBUILD_DEFCONFIG := 32r2el_defconfig macro
|
/openbmc/u-boot/ |
H A D | Makefile | 496 KBUILD_DEFCONFIG := sandbox_defconfig macro 497 export KBUILD_DEFCONFIG KBUILD_KCONFIG
|