Re: [PATCH bpf-next] samples/bpf: fix include path in Makefile

2019-06-14 Thread Daniel Borkmann
On 06/14/2019 08:43 AM, Prashant Bhole wrote: > Recent commit included libbpf.h in selftests/bpf/bpf_util.h. > Since some samples use bpf_util.h and samples/bpf/Makefile doesn't > have libbpf.h path included, build was failing. Let's add the path > in samples/bpf/Makefile. > > Signed-off-by: Prash

[PATCH bpf-next] samples/bpf: fix include path in Makefile

2019-06-13 Thread Prashant Bhole
Recent commit included libbpf.h in selftests/bpf/bpf_util.h. Since some samples use bpf_util.h and samples/bpf/Makefile doesn't have libbpf.h path included, build was failing. Let's add the path in samples/bpf/Makefile. Signed-off-by: Prashant Bhole --- samples/bpf/Makefile | 2 +- 1 file change