/openbmc/linux/scripts/ |
H A D | Makefile.defconf | 14 +$(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig 28 +$(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | conf.c | 36 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 D | Makefile | 89 alldefconfig randconfig listnewconfig olddefconfig 100 oldnoconfig: olddefconfig
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | reporting-regressions.rst | 62 配置构建。这可以用 ``make olddefconfig`` 实现,详细解释见下。 282 用一个已知良好的内核启动机器,并用 ``make olddefconfig`` 配置新版的Linux。这
|
H A D | README.rst | 154 "make olddefconfig"
|
H A D | reporting-issues.rst | 822 通过 ``make olddefconfig`` 来实现,详细解释参见
|
/openbmc/linux/scripts/package/debian/ |
H A D | rules | 28 olddefconfig all
|
/openbmc/linux/scripts/kconfig/ |
H A D | conf.c | 35 olddefconfig, enumerator 682 {"olddefconfig", no_argument, &input_mode_opt, olddefconfig}, 787 case olddefconfig: in main() 888 case olddefconfig: in main()
|
H A D | Makefile | 71 alldefconfig randconfig listnewconfig olddefconfig syncconfig \ 103 $(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
|
/openbmc/u-boot/scripts/kconfig/tests/ |
H A D | conftest.py | 136 def olddefconfig(self, dot_config=None): member in Conf
|
/openbmc/linux/scripts/kconfig/tests/ |
H A D | conftest.py | 140 def olddefconfig(self, dot_config=None): member in Conf
|
/openbmc/linux/tools/testing/selftests/hid/ |
H A D | vmtest.sh | 81 ${make_command} olddefconfig
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | quickly-build-trimmed-linux.rst | 48 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 D | reporting-regressions.rst | 61 using ``make olddefconfig``, as explained in more detail below. 341 version with ``make olddefconfig``. This makes the kernel's build scripts pick
|
H A D | README.rst | 174 "make olddefconfig"
|
H A D | reporting-issues.rst | 1062 achieved by using ``make olddefconfig``, as explained in more detail by
|
/openbmc/linux/Documentation/dev-tools/kunit/ |
H A D | architecture.rst | 174 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 D | README.rst | 157 "make olddefconfig"
|
/openbmc/linux/arch/mips/ |
H A D | Makefile | 536 $(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig \ 541 $(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | vmtest.sh | 138 ${make_command} olddefconfig
|
/openbmc/qemu/docs/system/riscv/ |
H A D | sifive_u.rst | 331 $ make olddefconfig 356 $ make olddefconfig
|
/openbmc/linux/ |
H A D | Makefile | 1379 $(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | kernel.bbclass | 634 KERNEL_CONFIG_COMMAND ?= "oe_runmake_call -C ${S} O=${B} olddefconfig || oe_runmake -C ${S} O=${B} …
|