]> git.baikalelectronics.ru Git - kernel.git/commit
tools/resolve_btfids: Set srctree variable unconditionally
authorJiri Olsa <jolsa@kernel.org>
Fri, 5 Feb 2021 12:40:19 +0000 (13:40 +0100)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 9 Feb 2021 05:21:39 +0000 (21:21 -0800)
commitbb209ff1e4989b9552423b35d815a72fa28aea69
tree2cdb0211a694f16cac210cdceb7d61e3188e3b0d
parent277eef5c259efc8029c4dff024e8b06cf10d6ff5
tools/resolve_btfids: Set srctree variable unconditionally

We want this clean to be called from tree's root Makefile,
which defines same srctree variable and that will screw
the make setup.

We actually do not use srctree being passed from outside,
so we can solve this by setting current srctree value
directly.

Also changing the way how srctree is initialized as suggested
by Andrri.

Also root Makefile does not define the implicit RM variable,
so adding RM initialization.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20210205124020.683286-4-jolsa@kernel.org
tools/bpf/resolve_btfids/Makefile