/kernel/linux/linux-5.10/tools/build/tests/ |
H A D | run.sh | 5 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 D | run.sh | 5 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 D | Makefile | 7 # 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 D | Makefile | 7 # 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 D | test_bpftool_build.sh | 10 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 D | Makefile | 38 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 D | Makefile | 31 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 D | test_bpftool_build.sh | 10 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 D | torture.sh | 93 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 D | Makefile | 15 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 D | Makefile | 15 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 D | Makefile | 102 $(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 D | Makefile | 106 $(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 D | entry.S | 48 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 D | entry.S | 47 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 D | Makefile | 10 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 D | Makefile | 19 make -C $(LIB_DIR) 26 make -C $(LIB_DIR) clean
|
/kernel/linux/linux-6.6/tools/mm/ |
H A D | Makefile | 19 make -C $(LIB_DIR) 26 make -C $(LIB_DIR) clean
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/bpf_testmod/ |
H A D | Makefile | 16 +$(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 D | udivsi3.S | 31 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 D | Makefile | 24 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\ 47 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | update-dtc-source.sh | 24 # - 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 D | Makefile | 14 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\ 37 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | update-dtc-source.sh | 24 # - 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 D | Makefile | 24 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\ 47 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
|