Lines Matching full:tools
17 # Assume script is located under tools/testing/selftests/bpf/. We want to start
23 if [ ! -e tools/bpf/bpftool/Makefile ]; then
92 make_and_clean tools/bpf
93 ## "make tools/bpf" sets $(OUTPUT) to ...tools/bpf/runqslower for
96 make -C tools/bpf/runqslower OUTPUT=${KDIR_ROOT_DIR}/tools/bpf/runqslower/ clean
101 # make_with_tmpdir tools/bpf OUTPUT
102 echo -e "skip: make tools/bpf OUTPUT=<dir> (not supported)\n"
104 make_with_tmpdir tools/bpf O
106 echo -e "skip: make tools/bpf (no .config found)\n"
107 echo -e "skip: make tools/bpf OUTPUT=<dir> (not supported)\n"
108 echo -e "skip: make tools/bpf O=<dir> (no .config found)\n"
113 make_and_clean -C tools/bpf/bpftool
115 make_with_tmpdir -C tools/bpf/bpftool OUTPUT
117 make_with_tmpdir -C tools/bpf/bpftool O
119 echo -e "... from tools/\n"
120 cd tools/
124 ## In tools/bpf/Makefile, function "descend" is called and passes $(O) and
130 ## updated in tools/scripts/Makefile.include.
134 ## other variables in tools/scripts/Makefile.include (at the risk of breaking
135 ## the build of other tools), or c) append manually the "bpf/bpftool" suffix to