]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: iterators: Install libbpf headers when building
authorQuentin Monnet <quentin@isovalent.com>
Thu, 7 Oct 2021 19:44:33 +0000 (20:44 +0100)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 8 Oct 2021 18:58:54 +0000 (11:58 -0700)
commit71bbeac8d11de62ae8521312845822493a50c49e
treee92bfd7dd6008059ec9289517422a80509230085
parentaad66a9c800fd735c2a52b0270373e44e342af18
bpf: iterators: Install libbpf headers when building

API headers from libbpf should not be accessed directly from the
library's source directory. Instead, they should be exported with "make
install_headers". Let's make sure that bpf/preload/iterators/Makefile
installs the headers properly when building.

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20211007194438.34443-8-quentin@isovalent.com
kernel/bpf/preload/iterators/Makefile