| /linux-6.15/Documentation/translations/zh_TW/admin-guide/ |
| H A D | README.rst | 102 make mrproper 129 make O=/home/name/build/kernel 144 "make config" 純文本界面。 150 "make xconfig" 基於Qt的配置工具。 157 "make olddefconfig" 164 "make ${PLATFORM}_defconfig" 169 "make allyesconfig" 173 "make allmodconfig" 203 "make kvm_guest.config" 213 - ``make config`` 注意事項: [all …]
|
| /linux-6.15/Documentation/translations/zh_CN/admin-guide/ |
| H A D | README.rst | 99 make mrproper 126 make O=/home/name/build/kernel 141 "make config" 纯文本界面。 147 "make xconfig" 基于Qt的配置工具。 154 "make olddefconfig" 161 "make ${PLATFORM}_defconfig" 166 "make allyesconfig" 170 "make allmodconfig" 200 "make kvm_guest.config" 210 - ``make config`` 注意事项: [all …]
|
| /linux-6.15/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 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 53 make -C ex V=1 >> ex.out 2>&1 [all …]
|
| /linux-6.15/Documentation/translations/zh_CN/kbuild/ |
| H A D | llvm.rst | 32 通过以下命令调用 ``make``:: 34 make LLVM=1 38 make LLVM=1 ARCH=arm64 54 make LLVM=/path/to/llvm/ 59 PATH=/path/to/llvm:$PATH make LLVM=1 64 make LLVM=-14 69 PATH=/path/to/llvm/:$PATH make LLVM=-14 72 某些 LLVM 工具,请使用它们各自的 make 变量。 84 make LLVM=1 ARCH=arm64 104 make LLVM=1 LLVM_IAS=0 [all …]
|
| H A D | kconfig.rst | 12 本文件包含使用 ``make *config`` 的一些帮助。 14 使用 ``make help`` 列出所有可能的配置目标。 26 当这种情况发生时,使用之前正常工作的 .config 文件并运行 "make oldconfig" 32 make listnewconfig 38 make oldconfig 74 KCONFIG_ALLCONFIG == "1",则 ``make *config`` 将查找名为 91 KCONFIG_ALLCONFIG=mini.config make allnoconfig 95 make KCONFIG_ALLCONFIG=mini.config allnoconfig 189 make MENUCONFIG_COLOR=<theme> menuconfig 203 make MENUCONFIG_MODE=single_menu menuconfig [all …]
|
| H A D | kbuild.rst | 123 有关完整列表,请参见 `make help`。 148 请参阅 `make help` 了解支持的值列表。 187 make CF=-Wbitwise C=2 196 使用 "make install" 时调用的安装脚本。 206 "make install" 的实现是架构特定的,可能与上述有所不同。 223 参数传递给 make。 233 INSTALL_HDR_PATH 指定了执行 "make headers_*" 时,用户空间头文件的安装位置。 247 它没有在 makefile 中定义,但如果需要,可以作为参数传递给 make。 278 $ make ALLSOURCE_ARCHS="x86 mips arm" tags 282 $ make ALLSOURCE_ARCHS=all tags [all …]
|
| /linux-6.15/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 59 make M=samples/bpf 62 hide the invocation of make as above. 91 It is also possible to point make to the newly compiled 'llc' or 109 make INSTALL_HDR_PATH=~/some_sysroot/usr headers_install 115 make M=samples/bpf [all …]
|
| /linux-6.15/tools/tracing/rtla/ |
| H A D | README.txt | 22 $ make 23 $ sudo make install 27 $ make 28 $ sudo make install 31 $ make 32 $ sudo make install 34 $ make 35 $ sudo make install
|
| /linux-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | symbol-namespaces.rst | 123 供了一个脚本和make目标来修复丢失的导入。修复丢失的导入可以用:: 125 $ make nsdeps 130 - ``make`` 132 - 运行 ``make nsdeps``将导入添加到正确的代码位置。 134 对于引入命名空间的子系统维护者来说,其步骤非常相似。同样,make nsdeps最终将 138 - `make e`(最好是用allmodconfig来覆盖所有的内核模块)。 144 $ make -C <path_to_kernel_src> M=$PWD nsdeps
|
| /linux-6.15/tools/power/cpupower/ |
| H A D | README | 38 $ make 47 $ sudo make install 49 'make install' command puts targets to default system dirs: 78 $ make O=<your_custom_build_catalog> 81 $ make O=/home/hedin/prj/cpupower/build 130 $ make clean 131 $ make uninstall 138 $ make O=<your_custom_build_catalog> clean 141 $ make O=/home/hedin/prj/cpupower/build clean 145 $ make DESTDIR=<your_custom_install_catalog> [all …]
|
| /linux-6.15/tools/perf/ |
| H A D | Makefile | 61 @printf ' BUILD: Doing '\''make \033[33m-j'$(JOBS)'\033[m'\'' $(BUILD_TYPE) build\n' 76 $(make) 96 $(make) -j1 109 …@$(MAKE) SHUF=1 -f tests/make REUSE_FEATURES_DUMP=1 MK=Makefile SET_PARALLEL=1 --no-print-director… 112 @$(MAKE) -f tests/make REUSE_FEATURES_DUMP=1 MK=Makefile SET_PARALLEL=1 --no-print-directory out 119 $(make)
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | README.rst | 110 make mrproper 142 make O=/home/name/build/kernel 146 used for all invocations of make. 174 "make olddefconfig" 183 "make ${PLATFORM}_defconfig" 190 "make allyesconfig" 194 "make allmodconfig" 240 - NOTES on ``make config``: 283 ``V=1`` to the ``make`` command, e.g.:: 285 make V=1 all [all …]
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | kselftest.rst | 48 $ make headers 49 $ make -C tools/testing/selftests 57 $ make kselftest 69 $ make O=/tmp/kselftest kselftest 86 $ make summary=1 kselftest 100 $ make TARGETS="size timers" kselftest 218 `make gen_tar` invokes `make install` so you can use it to package a subset of 362 make kselftest-merge 363 make modules 364 sudo make modules_install [all …]
|
| /linux-6.15/tools/verification/rv/ |
| H A D | README.txt | 24 $ make 25 $ sudo make install 29 $ make 30 $ sudo make install 33 $ make 34 $ sudo make install
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | bash-completion.rst | 8 for the `make` command is available through the `bash-completion`_ project. 11 rules for the `make` command do not provide meaningful suggestions for the 12 kernel build system, except for the options of the `make` command itself. 15 includes its own completion script at `scripts/bash-completion/make`. 19 `make` command. 33 $ source scripts/bash-completion/make 39 $ cp scripts/bash-completion/make ~/.local/share/bash-completion/completions/ 49 - The -C make option specifies the kernel source or build directory. 50 - The -f make option specifies a file in the kernel source or build directory.
|
| H A D | llvm.rst | 31 Invoke ``make`` via:: 33 make LLVM=1 37 make LLVM=1 ARCH=arm64 54 make LLVM=/path/to/llvm/ 65 make LLVM=-14 76 respective make variables. 81 ``make``. 91 make LLVM=1 ARCH=arm64 95 invoke ``make`` via:: 114 make LLVM=1 LLVM_IAS=0 [all …]
|
| /linux-6.15/scripts/package/ |
| H A D | kernel.spec | 3 %{!?make: %define make make} 21 BuildRequires: gcc make openssl openssl-devel perl python3 rsync 84 %{make} %{makeflags} KERNELRELEASE=%{KERNELRELEASE} KBUILD_BUILD_VERSION=%{release} 88 cp $(%{make} %{makeflags} -s image_name) %{buildroot}/lib/modules/%{KERNELRELEASE}/vmlinuz 90 %{make} %{makeflags} INSTALL_MOD_PATH=%{buildroot} DEPMOD=true modules_install 91 %{make} %{makeflags} INSTALL_HDR_PATH=%{buildroot}/usr headers_install 94 if %{make} %{makeflags} run-command KBUILD_RUN_COMMAND='test -d ${srctree}/arch/${SRCARCH}/boot/dts… 95 %{make} %{makeflags} INSTALL_DTBS_PATH=%{buildroot}/lib/modules/%{KERNELRELEASE}/dtb dtbs_install 99 %{make} %{makeflags} run-command KBUILD_RUN_COMMAND='${srctree}/scripts/package/install-extmod-buil…
|
| /linux-6.15/tools/testing/selftests/arm64/ |
| H A D | Makefile | 31 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \ 37 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \ 43 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \ 50 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \ 56 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
|
| H A D | README | 11 $ make TARGETS=arm64 kselftest-clean 12 $ make TARGETS=arm64 kselftest 16 $ make -C tools/testing/selftests TARGETS=arm64 \ 21 $ make -C tools/testing/selftests TARGETS=arm64 ARM64_SUBTARGETS="tags signal" \
|
| /linux-6.15/Documentation/translations/zh_CN/process/ |
| H A D | submit-checklist.rst | 32 用 ``make htmldocs`` 或 ``make pdfdocs`` 检验构建情况并修复问题。 56 10) 使用 ``make checkstack`` 并修复他们发现的任何问题。 64 函数不需要,但也可以。)使用 ``make htmldocs`` 或 ``make pdfdocs`` 检查 91 20) 新添加的代码已经用 ``gcc -W`` 编译(使用 ``make EXTRA-CFLAGS=-W`` )。这
|
| /linux-6.15/Documentation/translations/zh_TW/process/ |
| H A D | submit-checklist.rst | 35 用 ``make htmldocs`` 或 ``make pdfdocs`` 檢驗構建情況並修復問題。 59 10) 使用 ``make checkstack`` 並修復他們發現的任何問題。 67 函數不需要,但也可以。)使用 ``make htmldocs`` 或 ``make pdfdocs`` 檢查 94 20) 新添加的代碼已經用 ``gcc -W`` 編譯(使用 ``make EXTRA-CFLAGS=-W`` )。這
|
| /linux-6.15/Documentation/translations/zh_CN/dev-tools/ |
| H A D | sparse.rst | 95 make 96 make install 103 用"make C=1"命令来编译内核,会对所有重新编译的 C 文件使用 sparse 工具。 104 或者使用"make C=2"命令,无论文件是否被重新编译都会对其使用 sparse 工具。 107 make 的可选变量 CHECKFLAGS 可以用来向 sparse 工具传递参数。编译系统会自
|
| /linux-6.15/Documentation/arch/powerpc/ |
| H A D | mpc52xx.rst | 13 # make lite5200_defconfig 14 # make uImage 25 # make lite5200_defconfig 27 # make zImage.initrd 28 # make
|
| /linux-6.15/Documentation/translations/zh_TW/dev-tools/ |
| H A D | sparse.rst | 77 make 78 make install 85 用"make C=1"命令來編譯內核,會對所有重新編譯的 C 文件使用 sparse 工具。 86 或者使用"make C=2"命令,無論文件是否被重新編譯都會對其使用 sparse 工具。 89 make 的可選變量 CHECKFLAGS 可以用來向 sparse 工具傳遞參數。編譯系統會自
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | test_bpftool_build.sh | 52 make $J -s $* >/dev/null 65 make -s clean 79 make $J -s $ARGS ${@: -1}=$TMPDIR/ >/dev/null 96 make -C tools/bpf/runqslower OUTPUT=${KDIR_ROOT_DIR}/tools/bpf/runqslower/ clean
|