]> git.baikalelectronics.ru Git - kernel.git/commit
libbpf: Install skel_internal.h header used from light skeletons
authorAndrii Nakryiko <andrii@kernel.org>
Thu, 3 Jun 2021 00:40:25 +0000 (17:40 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 3 Jun 2021 13:50:11 +0000 (15:50 +0200)
commit6935a309e096e87bc4e5385f0f3267b8adb9db4c
treec0bf30b60df5362a295bbd53a4052ccefb7e0935
parentb61daffc760876f277c14fdad838c0b747de2cf7
libbpf: Install skel_internal.h header used from light skeletons

Light skeleton code assumes skel_internal.h header to be installed system-wide
by libbpf package. Make sure it is actually installed.

Fixes: b424201fbcd7 ("libbpf: Generate loader program out of BPF ELF file.")
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20210603004026.2698513-4-andrii@kernel.org
tools/lib/bpf/Makefile