Home
last modified time | relevance | path

Searched refs:make (Results 1 - 25 of 166) sorted by relevance

1234567

/kernel/linux/linux-5.10/tools/build/tests/
H A 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
[all...]
/kernel/linux/linux-6.6/tools/build/tests/
H A 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
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A 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
70 $(make)
90 $(make) -j1
94 # it also uses only the tests/make targets that don't pollute the source
100 # make
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A 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
70 $(make)
90 $(make) -j1
94 # it also uses only the tests/make targets that don't pollute the source
100 # make
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A 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 tool
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/
H A DMakefile38 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
44 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
50 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
57 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
63 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/
H A DMakefile31 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
37 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
43 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
50 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
56 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A 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 tool
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh93 echo " --kcsan-kmake-arg kernel-make-arguments"
207 checkarg --kcsan-kmake-arg "(kernel make arguments)" $# "$2" '.*' '^error$'
341 # make allmodconfig
347 echo " --- make clean" | tee $amcdir/log > "$amcdir/Make.out" 2>&1
348 make -j$MAKE_ALLOTED_CPUS clean >> "$amcdir/Make.out" 2>&1
350 buildphase='"make clean"'
353 echo " --- make allmodconfig" | tee -a $amcdir/log >> "$amcdir/Make.out" 2>&1
355 make -j$MAKE_ALLOTED_CPUS allmodconfig >> "$amcdir/Make.out" 2>&1
357 buildphase='"make allmodconfig"'
361 echo " --- make " | te
[all...]
/kernel/linux/linux-5.10/tools/build/tests/ex/
H A DMakefile15 make -f $(srctree)/tools/build/Makefile.build dir=. $@
18 make $(build)=ex
21 make $(build)=libex
/kernel/linux/linux-6.6/tools/build/tests/ex/
H A DMakefile15 make -f $(srctree)/tools/build/Makefile.build dir=. $@
18 make $(build)=ex
21 make $(build)=libex
/kernel/linux/linux-5.10/security/apparmor/
H A DMakefile102 $(call cmd,make-caps)
105 $(call cmd,make-rlim)
109 $(call cmd,make-af)
110 $(call cmd,make-sock)
/kernel/linux/linux-6.6/security/apparmor/
H A DMakefile106 $(call cmd,make-caps)
109 $(call cmd,make-rlim)
113 $(call cmd,make-af)
114 $(call cmd,make-sock)
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dentry.S48 local_irq_disable # make sure we dont miss an
85 local_irq_disable # make sure need_resched and
129 local_irq_disable # make sure need_resched and
151 local_irq_disable # make sure need_resched doesn't
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dentry.S47 local_irq_disable # make sure we dont miss an
84 local_irq_disable # make sure need_resched and
128 local_irq_disable # make sure need_resched and
150 local_irq_disable # make sure need_resched doesn't
/kernel/linux/linux-6.6/tools/testing/crypto/chacha20-s390/
H A DMakefile10 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules
12 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean
/kernel/linux/linux-5.10/tools/vm/
H A DMakefile19 make -C $(LIB_DIR)
26 make -C $(LIB_DIR) clean
/kernel/linux/linux-6.6/tools/mm/
H A DMakefile19 make -C $(LIB_DIR)
26 make -C $(LIB_DIR) clean
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/bpf_testmod/
H A DMakefile16 +$(Q)make -C $(KDIR) M=$(BPF_TESTMOD_DIR) modules
19 +$(Q)make -C $(KDIR) M=$(BPF_TESTMOD_DIR) clean
/kernel/linux/linux-5.10/arch/h8300/lib/
H A Dudivsi3.S31 shlr.l er2 ; make divisor < 2^16
35 shlr.l #2,er2 ; make divisor < 2^16
41 shlr.l #2,er2 ; make divisor < 2^16
/kernel/linux/linux-5.10/tools/testing/selftests/sparc64/
H A DMakefile24 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
47 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
/kernel/linux/linux-5.10/scripts/dtc/
H A Dupdate-dtc-source.sh24 # - The dtc "make check" target needs to return a failure
27 # * run 'make check" on dtc built from the kernel tree
49 make clean
50 make check
/kernel/linux/linux-5.10/tools/testing/selftests/android/
H A DMakefile14 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
37 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
/kernel/linux/linux-6.6/scripts/dtc/
H A Dupdate-dtc-source.sh24 # - The dtc "make check" target needs to return a failure
27 # * run 'make check" on dtc built from the kernel tree
50 make clean
51 make check
/kernel/linux/linux-6.6/tools/testing/selftests/sparc64/
H A DMakefile24 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
47 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\

Completed in 5 milliseconds

1234567