OSDN Git Service

kbuild: Add resolve_btfids clean to root clean target
authorJiri Olsa <jolsa@kernel.org>
Fri, 5 Feb 2021 12:40:20 +0000 (13:40 +0100)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 9 Feb 2021 05:21:39 +0000 (21:21 -0800)
commit50d3a3f81689586697a38cd60070181ebe626ad9
tree721e06abe324e1044d37bf787a4bbd1e2cc5bb8e
parent7962cb9b640af98ccb577f46c8b894319e6c5c20
kbuild: Add resolve_btfids clean to root clean target

The resolve_btfids tool is used during the kernel build,
so we should clean it on kernel's make clean.

Invoking the the resolve_btfids clean as part of root
'make clean'.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Song Liu <songliubraving@fb.com>
Link: https://lore.kernel.org/bpf/20210205124020.683286-5-jolsa@kernel.org
Makefile