Home
last modified time | relevance | path

Searched refs:olddefconfig (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/scripts/
H A DMakefile.defconf14 +$(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
28 +$(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
/openbmc/u-boot/scripts/kconfig/
H A Dconf.c36 olddefconfig, enumerator
463 {"olddefconfig", no_argument, NULL, olddefconfig},
469 {"oldnoconfig", no_argument, NULL, olddefconfig},
553 case olddefconfig: in main()
600 case olddefconfig: in main()
687 case olddefconfig: in main()
H A DMakefile89 alldefconfig randconfig listnewconfig olddefconfig
100 oldnoconfig: olddefconfig
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dreporting-regressions.rst62 配置构建。这可以用 ``make olddefconfig`` 实现,详细解释见下。
282 用一个已知良好的内核启动机器,并用 ``make olddefconfig`` 配置新版的Linux。这
H A DREADME.rst154 "make olddefconfig"
H A Dreporting-issues.rst822 通过 ``make olddefconfig`` 来实现,详细解释参见
/openbmc/linux/scripts/package/debian/
H A Drules28 olddefconfig all
/openbmc/linux/scripts/kconfig/
H A Dconf.c35 olddefconfig, enumerator
682 {"olddefconfig", no_argument, &input_mode_opt, olddefconfig},
787 case olddefconfig: in main()
888 case olddefconfig: in main()
H A DMakefile71 alldefconfig randconfig listnewconfig olddefconfig syncconfig \
103 $(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
/openbmc/u-boot/scripts/kconfig/tests/
H A Dconftest.py136 def olddefconfig(self, dot_config=None): member in Conf
/openbmc/linux/scripts/kconfig/tests/
H A Dconftest.py140 def olddefconfig(self, dot_config=None): member in Conf
/openbmc/linux/tools/testing/selftests/hid/
H A Dvmtest.sh81 ${make_command} olddefconfig
/openbmc/linux/Documentation/admin-guide/
H A Dquickly-build-trimmed-linux.rst48 make olddefconfig
202 ~/linux/ and run ``make olddefconfig``.
206 'olddefconfig' will then try to use that kernel's .config as base.
309 new codebase using olddefconfig, which will now adjust the configuration file
315 make olddefconfig
717 The make target olddefconfig and the ``yes "" |`` used when utilizing
723 instead of ``olddefconfig`` or omit the ``yes "" |`` when utilizing
810 make olddefconfig
819 make olddefconfig
822 configurations -- make targets like localmodconfig and olddefconfig thus will
[all …]
H A Dreporting-regressions.rst61 using ``make olddefconfig``, as explained in more detail below.
341 version with ``make olddefconfig``. This makes the kernel's build scripts pick
H A DREADME.rst174 "make olddefconfig"
H A Dreporting-issues.rst1062 achieved by using ``make olddefconfig``, as explained in more detail by
/openbmc/linux/Documentation/dev-tools/kunit/
H A Darchitecture.rst174 If not, it will combine the two and run ``make olddefconfig`` to regenerate
178 Kconfigs. The code which runs ``make olddefconfig`` is part of the
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/
H A DREADME.rst157 "make olddefconfig"
/openbmc/linux/arch/mips/
H A DMakefile536 $(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig \
541 $(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
/openbmc/linux/tools/testing/selftests/bpf/
H A Dvmtest.sh138 ${make_command} olddefconfig
/openbmc/qemu/docs/system/riscv/
H A Dsifive_u.rst331 $ make olddefconfig
356 $ make olddefconfig
/openbmc/linux/
H A DMakefile1379 $(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel.bbclass634 KERNEL_CONFIG_COMMAND ?= "oe_runmake_call -C ${S} O=${B} olddefconfig || oe_runmake -C ${S} O=${B} …