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
109 make_and_clean tools/bpf
114 # make_with_tmpdir tools/bpf OUTPUT
115 echo -e "skip: make tools/bpf OUTPUT=<dir> (not supported)\n"
117 make_with_tmpdir tools/bpf O
119 echo -e "skip: make tools/bpf (no .config found)\n"
120 echo -e "skip: make tools/bpf OUTPUT=<dir> (not supported)\n"
121 echo -e "skip: make tools/bpf O=<dir> (no .config found)\n"
126 make_and_clean -C tools/bpf/bpftool
128 make_with_tmpdir -C tools/bpf/bpftool OUTPUT
130 make_with_tmpdir -C tools/bpf/bpftool O
132 echo -e "... from tools/\n"
133 cd tools/
137 ## In tools/bpf/Makefile, function "descend" is called and passes $(O) and
143 ## updated in tools/scripts/Makefile.include.
147 ## other variables in tools/scripts/Makefile.include (at the risk of breaking
148 ## the build of other tools), or c) append manually the "bpf/bpftool" suffix to
167 # From tools/bpf/bpftool