diff options
author | Toke Høiland-Jørgensen <toke@redhat.com> | 2020-01-20 14:06:42 +0100 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2020-01-20 16:37:45 -0800 |
commit | a835d38d41ca4f8eab5f97512446212f42f094a1 (patch) | |
tree | a496cdc61b86d0f35995799dc75c6a69084f974a /tools/lib | |
parent | b2e5e93ae8af6a34bca536cdc4b453ab1e707b8b (diff) | |
download | linux-a835d38d41ca4f8eab5f97512446212f42f094a1.tar.bz2 |
tools/bpf/runqslower: Fix override option for VMLINUX_BTF
The runqslower tool refuses to build without a file to read vmlinux BTF
from. The build fails with an error message to override the location by
setting the VMLINUX_BTF variable if autodetection fails. However, the
Makefile doesn't actually work with that override - the error message is
still emitted.
Fix this by including the value of VMLINUX_BTF in the expansion, and only
emitting the error message if the *result* is empty. Also permit running
'make clean' even though no VMLINUX_BTF is set.
Fixes: 9c01546d26d2 ("tools/bpf: Add runqslower tool to tools/bpf")
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Link: https://lore.kernel.org/bpf/157952560237.1683545.17771785178857224877.stgit@toke.dk
Diffstat (limited to 'tools/lib')
0 files changed, 0 insertions, 0 deletions