From: Andrey Ignatov Date: Fri, 25 May 2018 17:23:13 +0000 (-0700) Subject: libbpf: Install btf.h with libbpf X-Git-Tag: v4.18-rc1~114^2~9^2~24 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a493f5f9d8c2e87f2d1322c01e477502b3cd11c5;p=tomoyo%2Ftomoyo-test1.git 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 Acked-by: Martin KaFai Lau Acked-by: Song Liu Signed-off-by: Daniel Borkmann --- diff --git a/tools/lib/bpf/Makefile b/tools/lib/bpf/Makefile index f3fab4af4260..5390e7725e43 100644 --- a/tools/lib/bpf/Makefile +++ b/tools/lib/bpf/Makefile @@ -189,6 +189,7 @@ install_headers: $(call QUIET_INSTALL, headers) \ $(call do_install,bpf.h,$(prefix)/include/bpf,644); \ $(call do_install,libbpf.h,$(prefix)/include/bpf,644); + $(call do_install,btf.h,$(prefix)/include/bpf,644); install: install_lib