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
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