]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1783492861d746ee4b15c7bf404ff6203bf4cbc4
tree6a1e157b1961b755513a58884cbfaff55cf783c1
parent663f700941dbc6f02093958fb3e0d54c0d5ff529
parentca0aea842055ba4fc9abe6cce7b8a1e205b2eb50
Merge branch 'fixes for bpftool's Makefile'

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>