diff options
author | Toke Høiland-Jørgensen <toke@redhat.com> | 2020-09-01 16:43:43 +0200 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2020-09-01 18:04:15 +0200 |
commit | 1eb832ac2dee8a350f3fcd5544886f07a3ef8869 (patch) | |
tree | afe0a76e17a6128ddc182966ec4fd894fbcbfd03 /tools/lib/bpf/Makefile | |
parent | 3168c158ad3535af1cd7423c9f8cd5ac549f2f9c (diff) | |
download | linux-1eb832ac2dee8a350f3fcd5544886f07a3ef8869.tar.gz linux-1eb832ac2dee8a350f3fcd5544886f07a3ef8869.tar.bz2 linux-1eb832ac2dee8a350f3fcd5544886f07a3ef8869.zip |
tools/bpf: build: Make sure resolve_btfids cleans up after itself
The new resolve_btfids tool did not clean up the feature detection folder
on 'make clean', and also was not called properly from the clean rule in
tools/make/ folder on its 'make clean'. This lead to stale objects being
left around, which could cause feature detection to fail on subsequent
builds.
Fixes: fbbb68de80a4 ("bpf: Add resolve_btfids tool to resolve BTF IDs in ELF object")
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Link: https://lore.kernel.org/bpf/20200901144343.179552-1-toke@redhat.com
Diffstat (limited to 'tools/lib/bpf/Makefile')
0 files changed, 0 insertions, 0 deletions