/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | README.rst | 99 make mrproper 116 ``make O=output/dir`` 选项可以为输出文件(包括 .config)指定备用位置。 125 make O=/home/name/build/kernel menuconfig 126 make O=/home/name/build/kernel 127 sudo make O=/home/name/build/kernel modules_install install 136 将现有配置升级到新版本,请使用 ``make oldconfig`` ,它只会询问您新配置 141 "make config" 纯文本界面。 143 "make menuconfig" 基于文本的彩色菜单、选项列表和对话框。 145 "make nconfig" 增强的基于文本的彩色菜单。 147 "make xconfig" 基于Qt的配置工具。 [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.spear | 35 make spear320_config 38 make spear320_pnor_config 42 make spear320_nand_config 44 make spear320_usbtty_config 47 make spear320_usbtty_pnor_config 50 make spear320_usbtty_nand_config 53 make spear300_config 54 make spear300_nand_config 55 make spear300_usbtty_config 56 make spear300_usbtty_nand_config [all …]
|
H A D | README.davinci | 39 make davinci_dvevm_config 40 make 44 make davinci_dm6467evm_config 45 make 49 make davinci_dm355evm_config 50 make 54 make davinci_dm365evm_config 55 make 59 make da830evm_config 60 make [all …]
|
H A D | README.omap3 | 31 make omap3_beagle_config 32 make 36 make omap3_overo_config 37 make 41 make omap3_evm_config 42 make 46 make omap3_pandora_config 47 make 51 make omap3_zoom1_config 52 make [all …]
|
H A D | README.at91 | 26 make at91sam9260ek_nandflash_config - use nand flash 27 make at91sam9260ek_dataflash_cs0_config - use data flash (spi cs0) 28 make at91sam9260ek_dataflash_cs1_config - use data flash (spi cs1) 48 make at91sam9261ek_nandflash_config - use nand flash 49 make at91sam9261ek_dataflash_cs0_config - use data flash (spi cs0) 50 make at91sam9261ek_dataflash_cs3_config - use data flash (spi cs3) 69 make at91sam9263ek_nandflash_config - use nand flash 70 make at91sam9263ek_dataflash_cs0_config - use data flash (spi cs0) 71 make at91sam9263ek_norflash_config - use nor flash 74 make at91sam9263ek_norflash_boot_config - boot from nor flash [all …]
|
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | README.rst | 102 make mrproper 119 ``make O=output/dir`` 選項可以爲輸出文件(包括 .config)指定備用位置。 128 make O=/home/name/build/kernel menuconfig 129 make O=/home/name/build/kernel 130 sudo make O=/home/name/build/kernel modules_install install 144 "make config" 純文本界面。 146 "make menuconfig" 基於文本的彩色菜單、選項列表和對話框。 148 "make nconfig" 增強的基於文本的彩色菜單。 150 "make xconfig" 基於Qt的配置工具。 152 "make gconfig" 基於GTK+的配置工具。 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
H A D | 0002-build-Adjust-CFLAGS-LDFLAGS-to-append-values-passed-.patch | 7 to link in librirpc, make room for those changes to take effect 39 - @env CFLAGS=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build all 40 - -@env CFLAGS=-O MAKE="$(MAKE)" MAKEFLAGS="k$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build o… 41 + @env CFLAGS+=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build all 42 + -@env CFLAGS+=-O MAKE="$(MAKE)" MAKEFLAGS="k$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build … 50 - @env CFLAGS=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../scripts/build in… 51 + @env CFLAGS+=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../scripts/build i… 63 - @env CFLAGS="-g -O -Wall" MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../script… 64 + @env CFLAGS+="-g -O -Wall" MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../scrip… 67 - @env CFLAGS="-g -O -DDEBUG" MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="${CC}" OS="${OS}" ../scri… [all …]
|
/openbmc/openbmc/meta-raspberrypi/docs/ |
H A D | Makefile | 19 @echo "Please use \`make <target>' where <target> is one of" 20 @echo " html to make standalone HTML files" 21 @echo " dirhtml to make HTML files named index.html in directories" 22 @echo " singlehtml to make a single large HTML file" 23 @echo " pickle to make pickle files" 24 @echo " json to make JSON files" 25 @echo " htmlhelp to make HTML files and a HTML help project" 26 @echo " qthelp to make HTML files and a qthelp project" 27 @echo " applehelp to make an Apple Help Book" 28 @echo " devhelp to make HTML files and a Devhelp project" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/ |
H A D | 0001-Makefile-fix-parallel-build-of-examples.patch | 8 $ LANG=C make -j 9 make -C src 10 make -C examples 11 make[1]: Entering directory 'libb64/src' 13 make[1]: Entering directory 'libb64/examples' 14 make[1]: *** No rule to make target 'libb64.a', needed by 'c-example1'. Stop. 15 make[1]: Leaving directory 'libb64/examples' 16 make: *** [Makefile:8: all_examples] Error 2 17 make: *** Waiting for unfinished jobs.... 23 make[1]: Leaving directory 'libb64/src' [all …]
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | README.rst | 84 the backup files (some-file-name~ or some-file-name.orig), and make sure 107 - Make sure you have no stale .o files and dependencies lying around:: 110 make mrproper 131 Using the option ``make O=output/dir`` allows you to specify an alternate 141 make O=/home/name/build/kernel menuconfig 142 make O=/home/name/build/kernel 143 sudo make O=/home/name/build/kernel modules_install install 146 used for all invocations of make. 155 new version with minimal work, use ``make oldconfig``, which will 160 "make config" Plain text interface. [all …]
|
/openbmc/linux/tools/perf/ |
H A D | Makefile | 7 # you can use the 'make -f Makefile.perf' method to invoke it. 11 # Clear out the built-in rules GNU make defines by default (such as .o targets), 23 # in this system: 'make -j8' on a 8-CPU system, etc. 25 # (To override it, run 'make JOBS=1' and similar.) 55 @printf ' BUILD: Doing '\''make \033[33m-j'$(JOBS)'\033[m'\'' parallel build\n' 58 define make macro 59 @$(MAKE) -f Makefile.perf --no-print-directory -j$(JOBS) O=$(FULL_O) $(SET_DEBUG) $@ 70 $(make) 90 $(make) -j1 94 # it also uses only the tests/make targets that don't pollute the source [all …]
|
/openbmc/qemu/tests/ |
H A D | Makefile.include | 6 …@echo " $(MAKE) check Run block, qapi-schema, unit, softfloat, qtest and decode… 7 @echo " $(MAKE) bench Run speed tests" 10 @echo " $(MAKE) check-qtest-TARGET Run qtest tests for given target" 11 @echo " $(MAKE) check-qtest Run qtest tests" 12 @echo " $(MAKE) check-functional Run python-based functional tests" 13 @echo " $(MAKE) check-functional-TARGET Run functional tests for a given target" 14 @echo " $(MAKE) check-unit Run qobject tests" 15 @echo " $(MAKE) check-qapi-schema Run QAPI schema tests" 16 @echo " $(MAKE) check-block Run block tests" 18 @echo " $(MAKE) check-tcg Run TCG tests" [all …]
|
/openbmc/linux/tools/build/tests/ |
H A D | run.sh | 5 make -C ex V=1 clean > ex.out 2>&1 6 make -C ex V=1 >> ex.out 2>&1 13 make -C ex V=1 clean > /dev/null 2>&1 18 make -C ex V=1 clean > ex.out 2>&1 20 # use -rR to disable make's builtin rules 21 make -rR -C ex V=1 ex.o >> ex.out 2>&1 22 make -rR -C ex V=1 ex.i >> ex.out 2>&1 23 make -rR -C ex V=1 ex.s >> ex.out 2>&1 35 make -C ex V=1 clean > /dev/null 2>&1 40 make -C ex V=1 clean > ex.out 2>&1 [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ |
H A D | Makefile | 3 $(MAKE) -C ../ 28 +TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests 29 …+TARGET=sampling_tests; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET … 30 …+TARGET=event_code_tests; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGE… 38 …+TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -s -C $$TARGET emit_tes… 39 …+TARGET=sampling_tests; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -s -C $$TARG… 40 …+TARGET=event_code_tests; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -s -C $$TA… 45 +TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET install 46 …+TARGET=sampling_tests; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET … 47 …+TARGET=event_code_tests; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGE… [all …]
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kselftest.rst | 15 code that can still test an older kernel and make sure it skips the test 39 $ make headers 40 $ make -C tools/testing/selftests 44 $ make -C tools/testing/selftests run_tests 48 $ make kselftest 60 $ make O=/tmp/kselftest kselftest 64 $ export KBUILD_OUTPUT=/tmp/kselftest; make kselftest 70 Kselftest supports "summary" option to make it easier to understand the test 77 $ make summary=1 kselftest 82 You can use the "TARGETS" variable on the make command line to specify [all …]
|
/openbmc/linux/samples/bpf/ |
H A D | README.rst | 32 make -C tools clean 33 make -C samples/bpf clean 34 make clean 39 make defconfig 48 make headers_install 51 level directory, that the make system will automatically pick up first. 59 make M=samples/bpf 61 It is also possible to call make from this directory. This will just 62 hide the invocation of make as above. 91 It is also possible to point make to the newly compiled 'llc' or [all …]
|
/openbmc/qemu/python/ |
H A D | Makefile | 9 @echo "make check-minreqs:" 15 @echo "make check-tox:" 23 @echo "make check-dev:" 28 @echo "make check:" 32 @echo "make develop:" 33 @echo " Install deps needed for 'make check'," 37 @echo "make min-venv" 40 @echo "make dev-venv" 43 @echo "make clean:" 46 @echo "make distclean:" [all …]
|
/openbmc/linux/ |
H A D | Makefile | 9 # To see a list of typical targets execute "make help" 15 $(error GNU Make >= 3.82 is required. Your Make version is $(MAKE_VERSION)) 32 # turn into vmlinux), we will call a sub make in that other dir, and 47 # Do not use make's built-in rules and variables 74 # $(Q)$(MAKE) $(build)=scripts/basic 80 # Use 'make V=1' to see the full commands 94 # If the user is running make -s (silent mode), suppress echoing of 96 # make-4.0 (and later) keep single letter options in the 1st word of MAKEFLAGS. 114 # Use 'make [all...] |
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/ |
H A D | 0001-Makefile.am-avoid-race-when-creating-autostart-direc.patch | 11 | make: creating data/xsession/openbox-gnome-session 12 | make: creating data/xsession/openbox-session 13 | make: creating data/xsession/openbox-kde-session 14 | make: creating data/autostart/openbox-autostart 15 | make: creating doc/openbox.1 16 | make: creating data/autostart/autostart 17 | make: creating doc/openbox-session.1 18 | make: creating doc/openbox-gnome-session.1 19 | make: creating doc/openbox-kde-session.1 20 | make: creating doc/obxprop.1 [all …]
|
/openbmc/qemu/roms/ |
H A D | Makefile | 95 $(MAKE) -C seabios \ 100 $(MAKE) -C seabios \ 123 $(MAKE) -C ipxe/src CONFIG=qemu \ 128 $(MAKE) -C ipxe/src CONFIG=qemu \ 133 $(MAKE) -C SLOF CROSS=$(powerpc64_cross_prefix) qemu 137 $(MAKE) -C u-boot O=build-e500 qemu-ppce500_config 138 $(MAKE) -C u-boot CROSS_COMPILE=$(powerpc_cross_prefix) \ 144 $(MAKE) -C u-boot-sam460ex Sam460ex_config 145 $(MAKE) -C u-boot-sam460ex CROSS_COMPILE=$(powerpc_cross_prefix) 149 $(MAKE) -C skiboot CROSS=$(powerpc64_cross_prefix) [all …]
|
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | fib_notifications.sh | 31 # Make sure that the first notification was emitted without 47 # Make sure that the first notification was emitted without RTM_F_TRAP 112 # Make sure a single notification will be emitted for the programmed 119 # Make sure two notifications will be emitted for the programmed route. 125 # make sure a single notification will be emitted for the programmed 165 # Make sure a single notification will be emitted for the deleted route, 212 # Make sure a single notification will be emitted for the new route. 218 # Make sure two notifications will be emitted for the new route. 224 # make sure a single notification will be emitted for the new route. 246 # Make sure a single notification will be emitted for the programmed [all …]
|
/openbmc/qemu/.gitlab-ci.d/custom-runners/ |
H A D | ubuntu-22.04-aarch64.yml | 22 - make --output-sync -j`nproc --ignore=40` 23 - make check-tcg 24 - make --output-sync -j`nproc --ignore=40` check 45 - make --output-sync -j`nproc --ignore=40` 46 - make --output-sync -j`nproc --ignore=40` check 67 - make --output-sync -j`nproc --ignore=40` 68 - make --output-sync -j`nproc --ignore=40` check 85 - make clean 86 - make --output-sync -j`nproc --ignore=40` 87 - make --output-sync -j`nproc --ignore=40` check [all …]
|
H A D | ubuntu-22.04-s390x.yml | 20 - make --output-sync -j`nproc` 21 - make --output-sync check-tcg 22 - make --output-sync -j`nproc` check 40 - make --output-sync -j`nproc` 41 - make --output-sync -j`nproc` check 62 - make clean 63 - make --output-sync -j`nproc` 64 - make --output-sync -j`nproc` check 85 - make --output-sync -j`nproc` 86 - make --output-sync -j`nproc` check [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_bpftool_build.sh | 10 echo -e "\t\t-j <n>:\tPass -j flag to 'make'." 51 echo -e "command: make -s $* >/dev/null" 52 make $J -s $* >/dev/null 65 make -s clean 78 echo -e "command: make -s $ARGS ${@: -1}=$TMPDIR/ >/dev/null" 79 make $J -s $ARGS ${@: -1}=$TMPDIR/ >/dev/null 93 ## "make tools/bpf" sets $(OUTPUT) to ...tools/bpf/runqslower for 95 ## Let's make sure we clean runqslower's directory properly. 96 make -C tools/bpf/runqslower OUTPUT=${KDIR_ROOT_DIR}/tools/bpf/runqslower/ clean 102 echo -e "skip: make tools/bpf OUTPUT=<dir> (not supported)\n" [all …]
|
/openbmc/linux/Documentation/kbuild/ |
H A D | llvm.rst | 31 Invoke ``make`` via:: 33 make LLVM=1 37 make LLVM=1 ARCH=arm64 43 individually. The full list of supported make variables:: 45 make CC=clang LD=ld.lld AR=llvm-ar NM=llvm-nm STRIP=llvm-strip \ 54 make LLVM=/path/to/llvm/ 59 PATH=/path/to/llvm:$PATH make LLVM=1 65 make LLVM=-14 72 PATH=/path/to/llvm/:$PATH make LLVM=-14 76 respective make variables. [all …]
|