Merge branch 'fixes for bpftool's Makefile'
authorAndrii Nakryiko <andrii@kernel.org>
Tue, 19 Oct 2021 23:38:16 +0000 (16:38 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 19 Oct 2021 23:41:59 +0000 (16:41 -0700)
Quentin Monnet says:

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

This set contains one fix for bpftool's Makefile, to make sure that the
headers internal to libbpf are installed properly even if we add more
headers to the relevant Makefile variable in the future (although we'd like
to avoid that if possible).

The other patches aim at cleaning up the output from the Makefile, in
particular when running the command "make" another time after bpftool is
built.
====================

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

Trivial merge