Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

libbpf: add libbpf_util.h to header install.

The libbpf_util.h is used by xsk.h, so add it to
the install headers.

Reported-by: Ben Pfaff <blp@ovn.org>
Signed-off-by: William Tu <u9012063@gmail.com>
Acked-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>

authored by

William Tu and committed by
Alexei Starovoitov
7080da89 ca31ca82

+1
+1
tools/lib/bpf/Makefile
··· 230 230 $(call do_install,bpf.h,$(prefix)/include/bpf,644); \ 231 231 $(call do_install,libbpf.h,$(prefix)/include/bpf,644); \ 232 232 $(call do_install,btf.h,$(prefix)/include/bpf,644); \ 233 + $(call do_install,libbpf_util.h,$(prefix)/include/bpf,644); \ 233 234 $(call do_install,xsk.h,$(prefix)/include/bpf,644); 234 235 235 236 install_pkgconfig: $(PC_FILE)