Re: [PATCH bpf-next] libbpf: Install btf.h with libbpf

2018-05-27 Thread Daniel Borkmann
On 05/25/2018 07:23 PM, Andrey Ignatov wrote: > install_headers target should contain all headers that are part of > libbpf. Add missing btf.h > > Signed-off-by: Andrey Ignatov Applied to bpf-next, thanks Andrey!

Re: [PATCH bpf-next] libbpf: Install btf.h with libbpf

2018-05-25 Thread Song Liu
On Fri, May 25, 2018 at 10:33 AM, Martin KaFai Lau wrote: > On Fri, May 25, 2018 at 10:23:13AM -0700, Andrey Ignatov wrote: >> 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-b

Re: [PATCH bpf-next] libbpf: Install btf.h with libbpf

2018-05-25 Thread Martin KaFai Lau
On Fri, May 25, 2018 at 10:23:13AM -0700, Andrey Ignatov wrote: > 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

[PATCH bpf-next] libbpf: Install btf.h with libbpf

2018-05-25 Thread Andrey Ignatov
install_headers target should contain all headers that are part of libbpf. Add missing btf.h Signed-off-by: Andrey Ignatov --- tools/lib/bpf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/lib/bpf/Makefile b/tools/lib/bpf/Makefile index f3fab4a..5390e77 100644 --- a/tools/lib/