Merge branch 'kbuild/resolve_btfids: Invoke resolve_btfids'
authorAndrii Nakryiko <andrii@kernel.org>
Tue, 9 Feb 2021 05:21:39 +0000 (21:21 -0800)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 9 Feb 2021 05:21:39 +0000 (21:21 -0800)
commitee5cc0363ea0d587f62349ff3b3e2dfa751832e4
tree721e06abe324e1044d37bf787a4bbd1e2cc5bb8e
parent0a1b0fd929a8bbdf7c47b418b8d0ee6a8de3a7a3
parent50d3a3f81689586697a38cd60070181ebe626ad9
Merge branch 'kbuild/resolve_btfids: Invoke resolve_btfids'

Jiri Olsa says:

====================

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

v2 changes:
  - add Song's acks on patches 1 and 4 (others changed) [Song]
  - add missing / [Andrii]
  - change srctree variable initialization [Andrii]
  - shifted ifdef for clean target [Andrii]

thanks,
jirka
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>