Re: [PATCH RESEND] bpf: fix bad include in libbpf when srctree is set

2018-01-04 Thread Daniel Borkmann
On 01/01/2018 01:36 PM, Alexander Alemayhu wrote: > The relative path can be wrong and prevents the build. You mean if you move the files from tools/lib/bpf/ to a different location, and then specify srctree var pointing to a kernel tree? I think this would also break various other assumptions in

[PATCH RESEND] bpf: fix bad include in libbpf when srctree is set

2018-01-01 Thread Alexander Alemayhu
The relative path can be wrong and prevents the build. Makefile:57: ../../scripts/Makefile.include: No such file or directory make: *** No rule to make target '../../scripts/Makefile.include'. Stop. Signed-off-by: Alexander Alemayhu --- tools/lib/bpf/Makefile | 2 +- 1 file ch