Re: [PATCH net-next] samples/bpf: fix include path
From: David Ahern <hidden>
Date: 2016-11-29 15:55:53
From: David Ahern <hidden>
Date: 2016-11-29 15:55:53
On 11/28/16 11:34 PM, Daniel Borkmann wrote:
On 11/29/2016 07:07 AM, Alexei Starovoitov wrote:quoted
Fix the following build error: HOSTCC samples/bpf/test_lru_dist.o ../samples/bpf/test_lru_dist.c:25:22: fatal error: bpf_util.h: No such file or directory This is due to objtree != srctree. Use srctree, since that's where bpf_util.h is located. Fixes: e00c7b216f34 ("bpf: fix multiple issues in selftest suite and samples") Signed-off-by: Alexei Starovoitov <ast@kernel.org>Didn't run into this so far, thanks for fixing! Acked-by: Daniel Borkmann <daniel@iogearbox.net>
I have and this fixed it for me. Tested-by: David Ahern <redacted>