Searched refs:menuconfig (Results 1 – 14 of 14) sorted by relevance
/third_party/toybox/kconfig/ |
D | Makefile | 8 PHONY += clean help oldconfig menuconfig config silentoldconfig \ 11 menuconfig: $(obj)/mconf $(KCONFIG_TOP) target
|
D | zconf.hash.c_shipped | 116 char kconf_id_strings_str35[sizeof("menuconfig")]; 152 "menuconfig",
|
D | zconf.tab.c_shipped | 1491 printd(DEBUG_PARSE, "%s:%d:menuconfig %s\n", zconf_curname(), zconf_lineno(), (yyvsp[-1].string)); 1501 zconfprint("warning: menuconfig statement without prompt");
|
/third_party/toybox/porting/liteos_a/kconfig/ |
D | Makefile | 10 PHONY += clean help oldconfig menuconfig config silentoldconfig \ 13 menuconfig: $(obj)/mconf $(KCONFIG_TOP) target
|
/third_party/jerryscript/targets/openwrt/ |
D | readme.md | 46 $ make menuconfig 53 Save the configuration (as .config) and exit from the menuconfig. 63 The name `toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2` is created based on the menuconfig.
|
/third_party/libwebsockets/ |
D | .sai.json | 96 # official way to get sdkconfig.h is idf.py menuconfig, but
|
/third_party/jerryscript/targets/nuttx-stm32f4/ |
D | README.md | 126 # Might be required to run `make menuconfig` twice. 127 make -C nuttx menuconfig
|
/third_party/toybox/ |
D | README | 21 Toybox uses the "make menuconfig; make; make install" idiom same as 75 It works like the Linux kernel: allnoconfig, defconfig, and menuconfig edit
|
D | BUILD.gn | 4 # 1. make defconfig or make menuconfig
|
/third_party/jerryscript/targets/zephyr/ |
D | Makefile.zephyr | 116 initconfig config nconfig menuconfig xconfig gconfig \
|
/third_party/ltp/ |
D | Makefile | 234 menuconfig: target
|
/third_party/ltp/testscripts/ |
D | ltpdmmapper.sh | 24 run make menuconfig); and you must install userspace supporting
|
/third_party/NuttX/ |
D | README.md | 956 make menuconfig 960 **WARNING**: Never do `make menuconfig` on a configuration that has 968 The `menuconfig` make target depends on two things: 1039 when you do 'make menuconfig': 1058 say `CONFIG_XYZ`, but not where to find it, then the `make menuconfig` 1085 menuconfig`. Sometimes this can be confusing due to the differences 1267 If you run `make menuconfig` with a legacy configuration the resulting 1301 Never do `make oldconfig` (OR `make menuconfig`) on a configuration that 1351 tools/kconfig menuconfig 1839 NuttX configuration, run the target 'menuconfig' and set the following
|
D | ReleaseNotes | 3396 'make menuconfig' support). 11724 menuconfig' to switch to Linux, the context target will execute 11726 menuconfig. Then after the menuconfig, the make will fail on 11730 menuconfig. A lot more happens now: It used to be that doing 11731 'make menuconfig' only did the menuconfig operation. Now it does 11732 context, pre_config, menuconfig, clean_context. Not nearly as 12238 - Top-Level Makefiles: Fix a chicken-and-egg problem. In the menuconfig 12249 'make menuconfig' is to change from Linux to Cygwin, but the target 12253 menuconfig (and related) targets. They no longer depend on context 12901 enabled via menuconfig). From Vytautas Lukenskas. [all …]
|