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
97 # make_with_tmpdir tools/bpf OUTPUT
98 echo -e "skip: make tools/bpf OUTPUT=<dir> (not supported)\n"
100 make_with_tmpdir tools/bpf O
102 echo -e "skip: make tools/bpf (no .config found)\n"
103 echo -e "skip: make tools/bpf OUTPUT=<dir> (not supported)\n"
104 echo -e "skip: make tools/bpf O=<dir> (no .config found)\n"
109 make_and_clean -C tools/bpf/bpftool
111 make_with_tmpdir -C tools/bpf/bpftool OUTPUT
113 make_with_tmpdir -C tools/bpf/bpftool O
115 echo -e "... from tools/\n"
116 cd tools/
120 ## In tools/bpf/Makefile, function "descend" is called and passes $(O) and
126 ## updated in tools/scripts/Makefile.include.
130 ## other variables in tools/scripts/Makefile.include (at the risk of breaking
131 ## the build of other tools), or c) append manually the "bpf/bpftool" suffix to