Home
last modified time | relevance | path

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

12345678910>>...266

/Linux-v6.1/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-v6.1/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 …]
/Linux-v6.1/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-v6.1/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 …]
DMakefile.perf105 # When selected, pass LLVM_CONFIG=/path/to/llvm-config to `make' if
167 # Do not use make's built-in rules
174 # because make sets default values, so the simpler ?= approach
215 # the first target in the separate make session not to be
216 # disturbed by any parallel make jobs. Once fixdep is done
234 goals := $(filter-out all sub-make, $(MAKECMDGOALS))
236 $(goals) all: sub-make
238 sub-make: fixdep
240 $(Q)$(MAKE) FIXDEP=1 -f Makefile.perf $(goals)
635 $(Q)$(MAKE) -C $(TESTS_CORESIGHT_DIR)
[all …]
/Linux-v6.1/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 r…
30 …TARGET=event_code_tests; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET…
36 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -s -C $$TARGET emit_tests
37 …TARGET=sampling_tests; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -s -C $$TARGE…
38 …TARGET=event_code_tests; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -s -C $$TAR…
44 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET install
45 …TARGET=sampling_tests; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET i…
46 …TARGET=event_code_tests; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET…
[all …]
/Linux-v6.1/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.
81 It is also possible to point make to the newly compiled 'llc' or
[all …]
/Linux-v6.1/Documentation/dev-tools/
Dkselftest.rst15 code that can still test an older kernel and make sure it skips the test
39 $ make -C tools/testing/selftests
43 $ make -C tools/testing/selftests run_tests
47 $ make kselftest
59 $ make O=/tmp/kselftest kselftest
63 $ export KBUILD_OUTPUT=/tmp/kselftest; make kselftest
69 Kselftest supports "summary" option to make it easier to understand the test
76 $ make summary=1 kselftest
81 You can use the "TARGETS" variable on the make command line to specify
86 $ make -C tools/testing/selftests TARGETS=ptrace run_tests
[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-v6.1/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-v6.1/
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
107 # Use 'make C=1' to enable checking of only re-compiled files.
108 # Use 'make C=2' to enable checking of *all* source files, regardless
125 # Use 'make CLIPPY=1' to enable it.
132 # Use make M=dir or set the environment variable KBUILD_EXTMOD to specify the
156 # cd /dir/to/store/output/files; make -f /dir/to/kernel/source/Makefile
[all …]
/Linux-v6.1/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-v6.1/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-v6.1/scripts/
DKbuild.include76 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj=
78 # $(Q)$(MAKE) $(build)=dir
82 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.dtbinst obj=
84 # $(Q)$(MAKE) $(dtbinst)=dir
88 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.clean obj=
90 # $(Q)$(MAKE) $(clean)=dir
98 # sink stdout for 'make -s'
105 # GNU Make automatically deletes the target if it has already been changed by
106 # the interrupted recipe. So, you can safely stop the build by Ctrl-C (Make
110 # $ make >&2 | tee log
[all …]
/Linux-v6.1/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 …]
Dllvm.rst28 The compiler used can be swapped out via ``CC=`` command line argument to ``make``.
31 make CC=clang defconfig
33 make CC=clang
41 make ARCH=arm64 CC=clang CROSS_COMPILE=aarch64-linux-gnu-
53 The full list of supported make variables::
55 make CC=clang LD=ld.lld AR=llvm-ar NM=llvm-nm STRIP=llvm-strip \
61 make LLVM=1
66 make LLVM=/path/to/llvm/
74 make LLVM=-14
80 make variables.
[all …]
Dkconfig-macro-language.rst8 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 …]
/Linux-v6.1/tools/testing/selftests/
DMakefile89 # Run "make quicktest=1 run_tests" or
90 # "make quicktest=1 kselftest" from top level Makefile
105 # built; make will fail if any of the targets cannot be built. If
106 # FORCE_TARGETS is not set (the default), make will succeed if at least one
132 # Make's built-in functions such as $(abspath ...), $(realpath ...) cannot
154 # set default goal to all, so make without a target runs all, even when
163 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET \
172 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests \
179 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET;\
185 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_full_test;\
[all …]
/Linux-v6.1/tools/testing/selftests/rcutorture/bin/
Dtorture.sh89 echo " --kcsan-kmake-arg kernel-make-arguments"
193 checkarg --kcsan-kmake-arg "(kernel make arguments)" $# "$2" '.*' '^error$'
323 # make allmodconfig
329 echo " --- make clean" > "$amcdir/Make.out" 2>&1
330 make -j$MAKE_ALLOTED_CPUS clean >> "$amcdir/Make.out" 2>&1
331 echo " --- make allmodconfig" >> "$amcdir/Make.out" 2>&1
333 make -j$MAKE_ALLOTED_CPUS allmodconfig >> "$amcdir/Make.out" 2>&1
334 echo " --- make " >> "$amcdir/Make.out" 2>&1
335 make -j$MAKE_ALLOTED_CPUS >> "$amcdir/Make.out" 2>&1
337 echo $retcode > "$amcdir/Make.exitcode"
[all …]
Dconfiginit.sh33 make clean > $resdir/Make.clean 2>&1
35 make $TORTURE_KMAKE_ARG $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1
39 yes '' | make $TORTURE_KMAKE_ARG oldconfig > $resdir/Make.oldconfig.out 2> $resdir/Make.oldconfig.e…
Dkvm-build.sh44 # Tell "make" to use double the number of real CPUs on the build system.
46 make -j$((2 * ncpus)) $TORTURE_KMAKE_ARG > $resdir/Make.out 2>&1
48 …| grep "rcu[^/]*": < $resdir/Make.out | egrep -q "Stop|Error|error:|warning:" || egrep -q "Stop|Er…
51 egrep "Stop|Error|error:|warning:" < $resdir/Make.out
/Linux-v6.1/tools/tracing/rtla/
DREADME.txt21 $ make
22 $ sudo make install
26 $ make
27 $ sudo make install
30 $ make
31 $ sudo make install
/Linux-v6.1/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-v6.1/Documentation/translations/zh_CN/process/
Dsubmit-checklist.rst32 用 ``make htmldocs`` 或 ``make pdfdocs`` 检验构建情况并修复问题。
56 10) 使用 ``make checkstack`` 和 ``make namespacecheck`` 并修复他们发现的任何
65 函数不需要,但也可以。)使用 ``make htmldocs`` 或 ``make pdfdocs`` 检查
92 20) 新添加的代码已经用 ``gcc -W`` 编译(使用 ``make EXTRA-CFLAGS=-W`` )。这
/Linux-v6.1/tools/perf/tests/
Dmake7 @echo "Testing Makefile"; $(MAKE) -sf tests/make MK=Makefile
8 @echo "Testing Makefile.perf"; $(MAKE) -sf tests/make MK=Makefile.perf SET_PARALLEL=1 SET_O=1
12 @echo "Testing Makefile"; $(MAKE) -sf tests/make MK=Makefile $@
57 # we need some IS_(32/64) flag to make this generic
66 # standard single make variable specified
130 MAKE_F := $(MAKE)
132 MAKE_F := $(MAKE) -f $(MK)
303 clean := @(cd $(PERF); $(MAKE_F) -s $(O_OPT) clean >/dev/null && $(MAKE) -s $(O_OPT) -C ../build cl…
358 @echo "- make -C <kernelsrc> $(PARALLEL_OPT) $(K_O_OPT) tools/perf"
360 (make -C ../.. $(PARALLEL_OPT) $(K_O_OPT) tools/perf) > $@ 2>&1 && \
[all …]

12345678910>>...266