Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 1034) sorted by relevance

12345678910>>...42

/Linux-v4.19/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
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
44 make -C ex V=1 CFLAGS=-DINCLUDE >> ex.out 2>&1
[all …]
/Linux-v4.19/samples/bpf/
DREADME.rst24 make headers_install
27 level directory, that the make system automatically pickup first.
35 make samples/bpf/
39 It is also possible to call make from this directory. This will just
40 hide the the invocation of make as above with the appended "/".
61 $ make -j $(getconf _NPROCESSORS_ONLN)
63 It is also possible to point make to the newly compiled 'llc' or
64 'clang' command via redefining LLC or CLANG on the make command line::
66 make samples/bpf/ LLC=~/git/llvm/build/bin/llc CLANG=~/git/llvm/build/bin/clang
71 environment variables before calling make. This will direct make to build
[all …]
/Linux-v4.19/Documentation/dev-tools/
Dkselftest.rst22 $ make -C tools/testing/selftests
26 $ make -C tools/testing/selftests run_tests
30 $ make kselftest
34 Build and run from user specific object directory (make O=dir)::
36 $ make O=/tmp/kselftest kselftest
38 Build and run KBUILD_OUTPUT directory (make KBUILD_OUTPUT=)::
40 $ make KBUILD_OUTPUT=/tmp/kselftest kselftest
42 The above commands run the tests and print pass/fail summary to make it
49 You can use the "TARGETS" variable on the make command line to specify
54 $ make -C tools/testing/selftests TARGETS=ptrace run_tests
[all …]
Dcoccinelle.rst39 make
43 sudo make install
89 To make a report for every semantic patch, run the following command::
91 make coccicheck MODE=report
95 make coccicheck MODE=patch
111 make coccicheck MODE=report V=1
119 make coccicheck MODE=report J=4
131 value is propagated back, the return value of the ``make coccicheck``
137 The optional make variable COCCI can be used to check a single
143 make coccicheck COCCI=<my_SP.cocci> MODE=patch
[all …]
/Linux-v4.19/tools/testing/selftests/
DMakefile87 make OUTPUT=$$BUILD_TARGET -C $$TARGET;\
93 make OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests;\
99 make OUTPUT=$$BUILD_TARGET -C $$TARGET;\
105 make OUTPUT=$$BUILD_TARGET -C $$TARGET run_full_test;\
111 make OUTPUT=$$BUILD_TARGET -C $$TARGET clean;\
115 make -C pstore run_crash
127 make OUTPUT=$$BUILD_TARGET -C $$TARGET INSTALL_PATH=$(INSTALL_PATH)/$$TARGET install; \
151 make -s --no-print-directory OUTPUT=$$BUILD_TARGET -C $$TARGET emit_tests >> $(ALL_SCRIPT); \
163 make OUTPUT=$$BUILD_TARGET -C $$TARGET clean;\
/Linux-v4.19/tools/perf/
DMakefile55 @printf ' BUILD: Doing '\''make \033[33m-j'$(JOBS)'\033[m'\'' parallel build\n'
70 $(make)
90 $(make) -j1
103 …@$(MAKE) SHUF=1 -f tests/make REUSE_FEATURES_DUMP=1 MK=Makefile SET_PARALLEL=1 --no-print-director…
110 $(make)
/Linux-v4.19/scripts/
Dmkmakefile46 .PHONY: __sub-make \$(MAKECMDGOALS)
48 __sub-make:
51 \$(filter-out __sub-make, \$(MAKECMDGOALS)): __sub-make
/Linux-v4.19/Documentation/admin-guide/
DREADME.rst85 the backup files (some-file-name~ or some-file-name.orig), and make sure
111 make mrproper
132 Using the option ``make O=output/dir`` allows you to specify an alternate
142 make O=/home/name/build/kernel menuconfig
143 make O=/home/name/build/kernel
144 sudo make O=/home/name/build/kernel modules_install install
147 used for all invocations of make.
156 new version with minimal work, use ``make oldconfig``, which will
161 "make config" Plain text interface.
163 "make menuconfig" Text based color menus, radiolists & dialogs.
[all …]
/Linux-v4.19/Documentation/translations/ja_JP/
DSubmitChecklist59 10: 'make checkstack' と 'make namespacecheck' を利用し、問題が発見されたら
60 修正してください。'make checkstack' は明示的に問題を示しませんが、どれか
66 そして、'make htmldocs' もしくは 'make mandocs' を利用して追記した
95 20: 'make headers_check'を実行して全く問題がないことを確認してください。
/Linux-v4.19/tools/testing/selftests/rcutorture/bin/
Dconfiginit.sh61 make mrproper
62 make $buildloc distclean > $resdir/Make.distclean 2>&1
63 make $buildloc $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1
67 yes '' | make $buildloc oldconfig > $resdir/Make.oldconfig.out 2> $resdir/Make.oldconfig.err
/Linux-v4.19/Documentation/powerpc/
Dmpc52xx.txt11 # make lite5200_defconfig
12 # make uImage
22 # make lite5200_defconfig
24 # make zImage.initrd
25 # make
/Linux-v4.19/Documentation/ia64/
Dxen.txt33 2. # make world
35 3. # make install-tools
42 5. make initrd for Dom0/DomU
43 # make -C linux-2.6.18-xen.hg ARCH=ia64 modules_install \
54 1. make file
86 FYI, virt-manager can also make a disk image for guest OS.
87 It's GUI tools and easy to make it.
143 4. make kernel with pv_ops
144 # make oldconfig
145 # make
[all …]
/Linux-v4.19/Documentation/translations/zh_CN/
Dsparse.txt82 make
83 make install
90 用"make C=1"命令来编译内核,会对所有重新编译的 C 文件使用 sparse 工具。
91 或者使用"make C=2"命令,无论文件是否被重新编译都会对其使用 sparse 工具。
94 make 的可选变量 CHECKFLAGS 可以用来向 sparse 工具传递参数。编译系统会自
/Linux-v4.19/Documentation/arm/SA1100/
DHUW_WEBPANEL7 make huw_webpanel_config
8 make oldconfig
10 make zImage
DPangolin9 make pangolin_config
10 make oldconfig
11 make zImage
/Linux-v4.19/tools/build/tests/ex/
DMakefile15 make -f $(srctree)/tools/build/Makefile.build dir=. $@
18 make $(build)=ex
21 make $(build)=libex
/Linux-v4.19/security/apparmor/
DMakefile102 $(call cmd,make-caps)
105 $(call cmd,make-rlim)
109 $(call cmd,make-af)
110 $(call cmd,make-sock)
/Linux-v4.19/
D.gitignore62 # RPM spec file (make rpm-pkg)
67 # Debian directory (make deb-pkg)
72 # Snap directory (make snap-pkg)
77 # tar directory (make tar*-pkg)
/Linux-v4.19/Documentation/kbuild/
Dmodules.txt46 complexity, so one only has to type "make" to build the module. This is
59 An alternative is to use the "make" target "modules_prepare." This will
60 make sure the kernel contains the information required. The target
66 executed to make module versioning work.
72 $ make -C <path_to_kernel_src> M=$PWD
79 $ make -C /lib/modules/`uname -r`/build M=$PWD
84 $ make -C /lib/modules/`uname -r`/build M=$PWD modules_install
90 make -C $KDIR M=$PWD
94 "make" will actually change to the specified directory
105 When building an external module, only a subset of the "make"
[all …]
Dkconfig.txt1 This file contains some assistance for using "make *config".
3 Use "make help" to list all of the possible configuration targets.
16 "make oldconfig" won't necessarily produce a working new kernel
23 make listnewconfig
29 make oldconfig
62 KCONFIG_ALLCONFIG == "" or KCONFIG_ALLCONFIG == "1", "make *config"
78 KCONFIG_ALLCONFIG=custom-notebook.config make allnoconfig
80 KCONFIG_ALLCONFIG=mini.config make allnoconfig
82 make KCONFIG_ALLCONFIG=mini.config allnoconfig
192 make MENUCONFIG_COLOR=<theme> menuconfig
[all …]
/Linux-v4.19/tools/build/Documentation/
DBuild.txt27 $ make -f tools/build/Makefile.build srctree=$(KSRC) dir=$(DIR) obj=$(OBJECT)
83 $ make -f tools/build/Makefile.build dir=. obj=ex
84 $ make -f tools/build/Makefile.build dir=. obj=libex
112 to make it easier to invoke build like:
113 make $(build)=ex
166 $ make util/map.o # objects
167 $ make util/map.i # preprocessor
168 $ make util/map.s # assembly
/Linux-v4.19/tools/build/
DBuild.include46 # (needed for make)
48 # (needed for make)
51 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
63 $(fixdep) $(depfile) $@ '$(make-cmd)' > $(dot-target).tmp; \
69 printf '\n%s\n' 'cmd_$@ := $(make-cmd)' >> $(dot-target).cmd)
84 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd)
/Linux-v4.19/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 $@
53 # we need some IS_(32/64) flag to make this generic
62 # standard single make variable specified
318 @echo "- make -C <kernelsrc> $(PARALLEL_OPT) $(K_O_OPT) tools/perf"
320 (make -C ../.. $(PARALLEL_OPT) $(K_O_OPT) tools/perf) > $@ 2>&1 && \
324 @echo "- make -C <kernelsrc>/tools $(PARALLEL_OPT) $(K_O_OPT) perf"
326 (make -C ../../tools $(PARALLEL_OPT) $(K_O_OPT) perf) > $@ 2>&1 && \
343 @cmd="cd $(PERF) && make FEATURE_DUMP_COPY=$@ $(O_OPT) feature-dump"; \
[all …]
/Linux-v4.19/tools/testing/ktest/examples/
Dcrosstests.conf78 MAKE_CMD = PATH=/usr/local/gcc-${GCC_VER}-nolibc/${CROSS}/bin:$PATH CROSS_COMPILE=${CROSS}- make AR…
176 MAKE_CMD = make ARCH=um SUBARCH=x86_64
181 MAKE_CMD = make ARCH=i386
186 MAKE_CMD = make ARCH=x86_64
/Linux-v4.19/arch/mips/kernel/
Dentry.S48 local_irq_disable # make sure we dont miss an
86 local_irq_disable # make sure need_resched and
130 local_irq_disable # make sure need_resched and
152 local_irq_disable # make sure need_resched doesn't

12345678910>>...42