Searched full:make (Results 1 – 25 of 1006) sorted by relevance
12345678910>>...41
| /Documentation/translations/zh_TW/admin-guide/ |
| 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 139 將現有配置升級到新版本,請使用 ``make oldconfig`` ,它只會詢問您新配置 144 "make config" 純文本界面。 146 "make menuconfig" 基於文本的彩色菜單、選項列表和對話框。 148 "make nconfig" 增強的基於文本的彩色菜單。 150 "make xconfig" 基於Qt的配置工具。 [all …]
|
| /Documentation/translations/zh_CN/admin-guide/ |
| 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 …]
|
| /Documentation/admin-guide/ |
| 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 …]
|
| D | quickly-build-trimmed-linux.rst | 22 building Linux; make sure to have 12 Gigabyte free space in your home directory. 31 yes "" | make localmodconfig 34 make -j $(nproc --all) 37 command -v installkernel && sudo make modules_install install 48 make olddefconfig 49 make -j $(nproc --all) 51 command -v installkernel && sudo make modules_install install 202 ~/linux/ and run ``make olddefconfig``. 205 your running kernel to your or your hardware's needs: the make target 208 Using this make target is fine for everybody else, too -- but you often can [all …]
|
| /Documentation/dev-tools/ |
| 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 …]
|
| D | coccinelle.rst | 47 make 51 sudo make install 106 To make a report for every semantic patch, run the following command:: 108 make coccicheck MODE=report 112 make coccicheck MODE=patch 128 make coccicheck MODE=report V=1 136 make coccicheck MODE=report J=4 148 value is propagated back, and the return value of the ``make coccicheck`` 154 The optional make variable COCCI can be used to check a single 160 make coccicheck COCCI=<my_SP.cocci> MODE=patch [all …]
|
| D | sparse.rst | 88 make 89 make install 96 Do a kernel make with "make C=1" to run sparse on all the C files that get 97 recompiled, or use "make C=2" to run sparse on the files whether they need to 101 The optional make variable CF can be used to pass arguments to sparse. The
|
| /Documentation/kbuild/ |
| 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 …]
|
| D | modules.rst | 20 complexity, so one only has to type "make" to build the module. This is 34 An alternative is to use the "make" target "modules_prepare." This will 35 make sure the kernel contains the information required. The target 41 executed to make module versioning work. 48 $ make -C <path_to_kernel_dir> M=$PWD 55 $ make -C /lib/modules/`uname -r`/build M=$PWD 60 $ make -C /lib/modules/`uname -r`/build M=$PWD modules_install 69 make -C $KDIR M=$PWD 74 "make" will actually change to the specified directory 86 When building an external module, only a subset of the "make" [all …]
|
| D | kconfig-macro-language.rst | 8 The basic idea was inspired by Make. When we look at Make, we notice sort of 29 Then, Make analyzes the dependency graph and determines the targets to be 53 Like in Make, a variable in Kconfig works as a macro variable. A macro 96 Like Make, Kconfig provides several built-in functions. Every function takes a 99 In Make, every built-in function takes at least one argument. Kconfig allows 142 Make vs Kconfig 145 Kconfig adopts Make-like macro language, but the function call syntax is 148 A function call in Make looks like this:: 156 to make "info" function print " hello", you can write like follows:: 169 Make - for example, $(subst .c, .o, $(sources)) is a typical mistake; it [all …]
|
| /Documentation/arch/powerpc/ |
| D | mpc52xx.rst | 13 # make lite5200_defconfig 14 # make uImage 25 # make lite5200_defconfig 27 # make zImage.initrd 28 # make
|
| /Documentation/translations/zh_CN/process/ |
| 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`` )。这
|
| /Documentation/translations/zh_TW/process/ |
| 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`` )。這
|
| /Documentation/bpf/libbpf/ |
| D | libbpf_build.rst | 12 setting NO_PKG_CONFIG=1 when calling make. 19 $ make 28 $ BUILD_STATIC_ONLY=y OBJDIR=build DESTDIR=root make install 37 $ PKG_CONFIG_PATH=/build/root/lib64/pkgconfig DESTDIR=/build/root make
|
| /Documentation/translations/zh_CN/dev-tools/ |
| D | sparse.rst | 95 make 96 make install 103 用"make C=1"命令来编译内核,会对所有重新编译的 C 文件使用 sparse 工具。 104 或者使用"make C=2"命令,无论文件是否被重新编译都会对其使用 sparse 工具。 107 make 的可选变量 CHECKFLAGS 可以用来向 sparse 工具传递参数。编译系统会自
|
| /Documentation/networking/device_drivers/cable/ |
| D | sb1000.rst | 26 2. Several PPP scripts which live in /etc/ppp to make connecting via your 57 To make the SB1000 card work, follow these steps: 59 1. Run ``make config``, or ``make menuconfig``, or ``make xconfig``, whichever 61 configuration. Make sure to say "Y" to "Prompt for development drivers" 65 2. **BEFORE** you build the kernel, edit drivers/net/sb1000.c. Make sure 76 IRQ, and DMA settings for all your PnP cards. Make sure none of the settings 86 and do a ``make cmconfig`` and then ``install -c cmconfig /usr/local/sbin``. 87 Don't do ``make install`` because it expects to find all the utilities built 155 /usr/include/linux and /usr/include/asm header files. Make sure you 165 Make sure they don't conflict with any other pieces of hardware first! Then [all …]
|
| /Documentation/filesystems/bcachefs/ |
| D | CodingStyle.rst | 26 you're not sure if it can happen and not sure how to handle it yet - make it a 32 are logically impossible. (Or, make them debug mode assertions if they're 60 Looking for ways to make your assertions simpler - and higher level - will 70 We have the tools to make anything visible at runtime, efficiently - RCU and 78 make your error messages much easier to write (therefore they will actually 91 tool, but always look for more immediate ways to make things visible. When we 105 rush to fix the initial issue. Look for things that will make related bugs 107 messages, new debug tools, and do those first. Look for ways to make the system 124 This will also motivate you to make your debugging tools as good as possible, 127 person most able to improve the tools to make debugging quick and easy. [all …]
|
| /Documentation/translations/zh_CN/core-api/ |
| D | symbol-namespaces.rst | 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
|
| /Documentation/ |
| D | Makefile | 45 …(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed and in PATH, or set the … 87 …cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media $2… 125 # If there are any, the errors from this make rustdoc will be displayed but 130 $(Q)$(MAKE) rustdoc || true 138 # Note: the 'info' Make target is generated by sphinx itself when 141 $(MAKE) -C $(BUILDDIR)/texinfo info 153 …$(warning The '$(PDFLATEX)' command was not found. Make sure you have it installed and in PATH to … 162 …$(MAKE) PDFLATEX="$(PDFLATEX)" LATEXOPTS="$(LATEXOPTS)" $(DENY_VF) -C $(BUILDDIR)/$(var)/latex || … 188 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media clean 205 @echo ' make SPHINXDIRS="s1 s2" [target] Generate only docs of folder s1, s2' [all …]
|
| /Documentation/translations/zh_TW/dev-tools/ |
| D | sparse.rst | 77 make 78 make install 85 用"make C=1"命令來編譯內核,會對所有重新編譯的 C 文件使用 sparse 工具。 86 或者使用"make C=2"命令,無論文件是否被重新編譯都會對其使用 sparse 工具。 89 make 的可選變量 CHECKFLAGS 可以用來向 sparse 工具傳遞參數。編譯系統會自
|
| /Documentation/core-api/ |
| D | symbol-namespaces.rst | 27 kernel. As of today, modules that make use of symbols exported into namespaces, 57 and kernel/module/main.c make use the namespace at build time or module load 151 (along with other module meta data). To make the life of module authors (and 152 subsystem maintainers) easier, a script and make target is available to fixup 155 $ make nsdeps 160 - ``make`` 162 - run ``make nsdeps`` to add the import to the correct code location 165 Again, ``make nsdeps`` will eventually add the missing namespace imports for 169 - ``make`` (preferably with an allmodconfig to cover all in-kernel 172 - run ``make nsdeps`` to add the import to the correct code location [all …]
|
| /Documentation/sphinx/ |
| D | parallel-wrapper.sh | 4 # Figure out if we should follow a specific parallelism from the make 7 # "make" invocation. 14 # If no parallelism is specified at the top-level make, then
|
| /Documentation/translations/zh_CN/rust/ |
| D | quick-start.rst | 28 make LLVM=1 rustavailable 143 ``clippy`` 是一个Rust linter。运行它可以为Rust代码提供额外的警告。它可以通过向 ``make`` 158 库,其中包含了内核中自定义 ``alloc`` 所提供的设施。测试可以使用 ``rusttest`` Make 目标 186 Make 目标生成:: 188 make LLVM=1 rust-analyzer 212 make LLVM=1
|
| /Documentation/translations/zh_CN/kbuild/ |
| D | headers_install.rst | 12 "make headers_install" 命令以适合于用户空间程序的形式导出内核头文件。 24 "make headers_install" 命令可以在内核源代码的顶层目录中运行(或使用标准 27 make headers_install ARCH=i386 INSTALL_HDR_PATH=/usr
|
| /Documentation/arch/arc/ |
| D | arc.rst | 41 in the kernel's configuration utility (AKA "make menuconfig"). 62 (GNU toolchain, dtc, make etc) installed on the platform. 76 Once the toolchain is installed in the system, make sure its "bin" folder 79 and then as usual ``make defconfig && make``. 84 type ``make uImage`` and ``uImage`` will be produced in ``arch/arc/boot``
|
12345678910>>...41