]> 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)
commit6eb0a002365a36161f39fe14f678655bee45d124
tree6a1e157b1961b755513a58884cbfaff55cf783c1
parent3ef3139cbb7fe3ba8f7e495df482649367dac36a
parent3195a75e543f95ae05a70efa515841f92ac58767
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>