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

libbpf: Install btf.h with libbpf

install_headers target should contain all headers that are part of
libbpf. Add missing btf.h

Signed-off-by: Andrey Ignatov <rdna@fb.com>
Acked-by: Martin KaFai Lau <kafai@fb.com>
Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>

authored by

Andrey Ignatov and committed by
Daniel Borkmann
a493f5f9 5b79c2af

+1
+1
tools/lib/bpf/Makefile
··· 189 189 $(call QUIET_INSTALL, headers) \ 190 190 $(call do_install,bpf.h,$(prefix)/include/bpf,644); \ 191 191 $(call do_install,libbpf.h,$(prefix)/include/bpf,644); 192 + $(call do_install,btf.h,$(prefix)/include/bpf,644); 192 193 193 194 install: install_lib 194 195