Home
last modified time | relevance | path

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

12345678910>>...411

/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-6.6/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
144 "make config" 純文本界面。
146 "make menuconfig" 基於文本的彩色菜單、選項列表和對話框。
148 "make nconfig" 增強的基於文本的彩色菜單。
150 "make xconfig" 基於Qt的配置工具。
152 "make gconfig" 基於GTK+的配置工具。
[all …]
/kernel/linux/linux-5.10/samples/bpf/
DREADME.rst23 make -C tools clean
24 make -C samples/bpf clean
25 make clean
29 make defconfig
38 make headers_install
41 level directory, that the make system automatically pickup first.
49 make M=samples/bpf
51 It is also possible to call make from this directory. This will just
52 hide the invocation of make as above.
73 $ make -j $(getconf _NPROCESSORS_ONLN)
[all …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-6.6/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.)
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 …]
/kernel/linux/linux-5.10/Documentation/dev-tools/
Dkselftest.rst31 $ make -C tools/testing/selftests
35 $ make -C tools/testing/selftests run_tests
39 $ make kselftest
51 $ make O=/tmp/kselftest kselftest
55 $ export KBUILD_OUTPUT=/tmp/kselftest; make kselftest
61 Kselftest supports "summary" option to make it easier to understand the test
68 $ make summary=1 kselftest
73 You can use the "TARGETS" variable on the make command line to specify
78 $ make -C tools/testing/selftests TARGETS=ptrace run_tests
82 $ make TARGETS="size timers" kselftest
[all …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/
DMakefile3 $(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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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.)
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 …]
/kernel/linux/linux-6.6/Documentation/dev-tools/
Dkselftest.rst15 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 …]
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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-6.6/
DMakefile9 # 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 C=1' to enable checking of only re-compiled files.
115 # Use 'make C=2' to enable checking of *all* source files, regardless
[all …]
/kernel/linux/linux-5.10/
DMakefile9 # To see a list of typical targets execute "make help"
28 # turn into vmlinux), we will call a sub make in that other dir, and
39 # Do not use make's built-in rules and variables
77 # 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.
115 # cd /dir/to/store/output/files; make -f /dir/to/kernel/source/Makefile
121 # Use "make O=dir/to/store/output/files/"
125 # export KBUILD_OUTPUT=dir/to/store/output/files/; make
136 # Make's built-in functions such as $(abspath ...), $(realpath ...) cannot
[all …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/tools/testing/selftests/
DMakefile72 # Run "make quicktest=1 run_tests" or
73 # "make quicktest=1 kselftest" from top level Makefile
86 # built; make will fail if any of the targets cannot be built. If
87 # FORCE_TARGETS is not set (the default), make will succeed if at least one
113 # Make's built-in functions such as $(abspath ...), $(realpath ...) cannot
141 # set default goal to all, so make without a target runs all, even when
148 # dependency in "make kselftest" case. In this case, second level
149 # make inherits builtin-rules which will use the rule generate
158 # Local build cases: "make kselftest", "make -C" - headers are installed
162 $(MAKE) --no-builtin-rules ARCH=$(ARCH) -C $(top_srcdir) headers_install
[all …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/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
90 echo -e "command: make -s $* doc >/dev/null"
91 RST2MAN_OPTS="--exit-status=1" make $J -s $* doc
100 make -s doc-clean
115 echo -e "skip: make tools/bpf OUTPUT=<dir> (not supported)\n"
[all …]
/kernel/linux/linux-6.6/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.rst49 complexity, so one only has to type "make" to build the module. This is
63 An alternative is to use the "make" target "modules_prepare." This will
64 make sure the kernel contains the information required. The target
70 executed to make module versioning work.
77 $ make -C <path_to_kernel_src> M=$PWD
84 $ make -C /lib/modules/`uname -r`/build M=$PWD
89 $ make -C /lib/modules/`uname -r`/build M=$PWD modules_install
96 make -C $KDIR M=$PWD
100 "make" will actually change to the specified directory
112 When building an external module, only a subset of the "make"
[all …]
/kernel/linux/build/
Dkernel_build.py217 make = f"{cmd} ARCH={arch} CROSS_COMPILE={cross_compile}"
218 outmsg, errmsg, ret = exec_cmd(make, cwd=knl_path)
220 print(f'"{make}" errors --> \n {errmsg}')
221 return ret, f'"{make}" errors --> \n {errmsg}'
223 return ret, f'"{make}" success!'
227 make = f"make {config} ARCH={arch} CROSS_COMPILE={corss_compile}"
228 outmsg, errmsg, ret = exec_cmd(make, cwd=knl_path)
230 print(f'"{make}" errors --> \n {errmsg}')
231 return ret, f'"{make}" errors --> \n {errmsg}'
233 return ret, f'"{make}" success!'
[all …]
/kernel/linux/linux-6.6/scripts/
DKbuild.include22 # Use $(intcmp ...) if supported. (Make >= 4.4)
71 # Make 4.2 or later can read a file by using its builtin function.
111 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj=
113 # $(Q)$(MAKE) $(build)=dir
117 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.dtbinst obj=
119 # $(Q)$(MAKE) $(dtbinst)=dir
123 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.clean obj=
125 # $(Q)$(MAKE) $(clean)=dir
140 # GNU Make automatically deletes the target if it has already been changed by
141 # the interrupted recipe. So, you can safely stop the build by Ctrl-C (Make
[all …]
/kernel/linux/linux-5.10/Documentation/kbuild/
Dmodules.rst49 complexity, so one only has to type "make" to build the module. This is
63 An alternative is to use the "make" target "modules_prepare." This will
64 make sure the kernel contains the information required. The target
70 executed to make module versioning work.
77 $ make -C <path_to_kernel_src> M=$PWD
84 $ make -C /lib/modules/`uname -r`/build M=$PWD
89 $ make -C /lib/modules/`uname -r`/build M=$PWD modules_install
96 make -C $KDIR M=$PWD
100 "make" will actually change to the specified directory
112 When building an external module, only a subset of the "make"
[all …]

12345678910>>...411