Home
last modified time | relevance | path

Searched full:make (Results 1 – 25 of 6561) sorted by relevance

12345678910>>...263

/linux-6.14.4/Documentation/translations/zh_CN/admin-guide/
DREADME.rst99 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 …]
/linux-6.14.4/Documentation/translations/zh_TW/admin-guide/
DREADME.rst102 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 …]
/linux-6.14.4/Documentation/admin-guide/
DREADME.rst84 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 …]
/linux-6.14.4/tools/perf/
DMakefile7 # 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.)
61 @printf ' BUILD: Doing '\''make \033[33m-j'$(JOBS)'\033[m'\'' $(BUILD_TYPE) build\n'
64 define make macro
65 @$(MAKE) -f Makefile.perf --no-print-directory -j$(JOBS) O=$(FULL_O) $(SET_DEBUG) $@
76 $(make)
96 $(make) -j1
100 # it also uses only the tests/make targets that don't pollute the source
[all …]
/linux-6.14.4/tools/build/tests/
Drun.sh5 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 …]
/linux-6.14.4/Documentation/dev-tools/
Dkselftest.rst15 code that can still test an older kernel and make sure it skips the test
48 $ make headers
49 $ make -C tools/testing/selftests
53 $ make -C tools/testing/selftests run_tests
57 $ make kselftest
69 $ make O=/tmp/kselftest kselftest
73 $ export KBUILD_OUTPUT=/tmp/kselftest; make kselftest
79 Kselftest supports "summary" option to make it easier to understand the test
86 $ make summary=1 kselftest
91 You can use the "TARGETS" variable on the make command line to specify
[all …]
Dcoccinelle.rst47 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 …]
/linux-6.14.4/samples/bpf/
DREADME.rst32 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 …]
/linux-6.14.4/
DMakefile9 # To see a list of typical targets execute "make help"
15 $(error GNU Make >= 4.0 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
106 # Use 'make C=1' to enable checking of only re-compiled files.
107 # Use 'make C=2' to enable checking of *all* source files, regardless
124 # Use 'make CLIPPY=1' to enable it.
[all …]
/linux-6.14.4/Documentation/translations/zh_CN/kbuild/
Dllvm.rst32 通过以下命令调用 ``make``::
34 make LLVM=1
38 make LLVM=1 ARCH=arm64
43 LLVM 有 GNU binutils 工具的替代品。这些工具可以单独启用。以下是支持的 make 变量
46 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
64 make LLVM=-14
69 PATH=/path/to/llvm/:$PATH make LLVM=-14
72 某些 LLVM 工具,请使用它们各自的 make 变量。
[all …]
Dkconfig.rst12 本文件包含使用 ``make *config`` 的一些帮助。
14 使用 ``make help`` 列出所有可能的配置目标。
26 当这种情况发生时,使用之前正常工作的 .config 文件并运行 "make oldconfig"
32 make listnewconfig
38 make oldconfig
74 KCONFIG_ALLCONFIG == "1",则 ``make *config`` 将查找名为
87 KCONFIG_ALLCONFIG=custom-notebook.config make allnoconfig
91 KCONFIG_ALLCONFIG=mini.config make allnoconfig
95 make KCONFIG_ALLCONFIG=mini.config allnoconfig
189 make MENUCONFIG_COLOR=<theme> menuconfig
[all …]
/linux-6.14.4/tools/testing/selftests/drivers/net/netdevsim/
Dfib_notifications.sh31 # 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 …]
/linux-6.14.4/tools/testing/selftests/bpf/
Dtest_bpftool_build.sh10 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 …]
/linux-6.14.4/tools/tracing/rtla/
DREADME.txt22 $ 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.14.4/Documentation/kbuild/
Dllvm.rst31 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 …]
Dmodules.rst20 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
64 module will be output to the directory where you invoke make.
66 $ make -f /lib/modules/`uname -r`/build/Makefile M=$PWD
78 make -C $KDIR M=$PWD [MO=$BUILD_DIR]
[all …]
/linux-6.14.4/scripts/
DKbuild.include22 # Use $(intcmp ...) if supported. (Make >= 4.4)
70 # Make 4.2 or later can read a file by using its builtin function.
110 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj=
112 # $(Q)$(MAKE) $(build)=dir
116 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.clean obj=
118 # $(Q)$(MAKE) $(clean)=dir
133 # GNU Make automatically deletes the target if it has already been changed by
134 # the interrupted recipe. So, you can safely stop the build by Ctrl-C (Make
138 # $ make >&2 | tee log
139 # Make dies with SIGPIPE before cleaning the targets.
[all …]
/linux-6.14.4/scripts/package/debian/
Drules1 #!/usr/bin/make -f
26 make-opts = ARCH=$(ARCH) KERNELRELEASE=$(KERNELRELEASE) \
50 …$(Q)+$(MAKE) $(make-opts) run-command KBUILD_RUN_COMMAND='+$$(srctree)/scripts/package/builddeb $(…
75 $(Q)$(MAKE) $(make-opts) olddefconfig
76 $(Q)$(MAKE) $(make-opts) $(if $(filter um,$(ARCH)),,headers) all
82 $(Q)$(MAKE) ARCH=$(ARCH) clean
85 # directly. Run 'dpkg-architecture --print-set --print-format=make' to
91 $(Q)dpkg-architecture -a$$(cat debian/arch) --print-set --print-format=make > [email protected]
/linux-6.14.4/tools/power/cpupower/
DREADME38 $ make
40 The output directory for the 'make' command is the current directory and
47 $ sudo make install
49 'make install' command puts targets to default system dirs:
69 There are 2 make's command-line variables 'O' and 'DESTDIR' that setup
78 $ make O=<your_custom_build_catalog>
81 $ make O=/home/hedin/prj/cpupower/build
86 $ make O=<your_custom_build_catalog> DESTDIR=<your_custom_install_catalog>
89 $ make O=/home/hedin/prj/cpupower/build DESTDIR=/home/hedin/prj/cpupower \
113 If you look at the table for the default 'make' output dirs you will
[all …]
/linux-6.14.4/tools/testing/selftests/rcutorture/bin/
Dconfiginit.sh32 make clean > $resdir/Make.clean 2>&1
34 make $TORTURE_KMAKE_ARG $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1
38 yes '' | make $TORTURE_KMAKE_ARG oldconfig > $resdir/Make.oldconfig.out 2> $resdir/Make.oldconfig.e…
Dtorture.sh94 echo " --kcsan-kmake-arg kernel-make-arguments"
223 checkarg --kcsan-kmake-arg "(kernel make arguments)" $# "$2" '.*' '^error$'
357 # make allmodconfig
363 echo " --- make clean" | tee $amcdir/log > "$amcdir/Make.out" 2>&1
364 make -j$MAKE_ALLOTED_CPUS clean >> "$amcdir/Make.out" 2>&1
366 buildphase='"make clean"'
369 echo " --- make allmodconfig" | tee -a $amcdir/log >> "$amcdir/Make.out" 2>&1
371 make -j$MAKE_ALLOTED_CPUS allmodconfig >> "$amcdir/Make.out" 2>&1
373 buildphase='"make allmodconfig"'
377 echo " --- make " | tee -a $amcdir/log >> "$amcdir/Make.out" 2>&1
[all …]
/linux-6.14.4/tools/verification/rv/
DREADME.txt24 $ make
25 $ sudo make install
29 $ make
30 $ sudo make install
33 $ make
34 $ sudo make install
/linux-6.14.4/scripts/package/
Dkernel.spec3 %{!?make: %define make make}
22 BuildRequires: gcc make openssl openssl-devel perl python3 rsync
55 %{make} %{makeflags} KERNELRELEASE=%{KERNELRELEASE} KBUILD_BUILD_VERSION=%{release}
59 cp $(%{make} %{makeflags} -s image_name) %{buildroot}/lib/modules/%{KERNELRELEASE}/vmlinuz
61 %{make} %{makeflags} INSTALL_MOD_PATH=%{buildroot} DEPMOD=true modules_install
62 %{make} %{makeflags} INSTALL_HDR_PATH=%{buildroot}/usr headers_install
65 if %{make} %{makeflags} run-command KBUILD_RUN_COMMAND='test -d ${srctree}/arch/${SRCARCH}/boot/dts…
66 %{make} %{makeflags} INSTALL_DTBS_PATH=%{buildroot}/lib/modules/%{KERNELRELEASE}/dtb dtbs_install
70 %{make} %{makeflags} run-command KBUILD_RUN_COMMAND='${srctree}/scripts/package/install-extmod-buil…
/linux-6.14.4/Documentation/networking/device_drivers/cable/
Dsb1000.rst26 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 …]
/linux-6.14.4/tools/testing/selftests/
DMakefile123 # Run "make quicktest=1 run_tests" or
124 # "make quicktest=1 kselftest" from top level Makefile
146 # built; make will fail if any of the targets cannot be built. If
147 # FORCE_TARGETS is not set (the default), make will succeed if at least one
173 # Make's built-in functions such as $(abspath ...), $(realpath ...) cannot
195 # set default goal to all, so make without a target runs all, even when
204 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET \
213 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests \
222 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET;\
228 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_full_test;\
[all …]

12345678910>>...263