On Thu, 10 May 2018 10:24:39 -0700, Jakub Kicinski wrote:
> samples/bpf currently cherry-picks object files from tools/lib/bpf
> to link against. Just compile the full library and link statically
> against it.
>
> Signed-off-by: Jakub Kicinski
> Reviewed-by: Quentin Monnet
Looks like this brea
samples/bpf currently cherry-picks object files from tools/lib/bpf
to link against. Just compile the full library and link statically
against it.
Signed-off-by: Jakub Kicinski
Reviewed-by: Quentin Monnet
---
samples/bpf/Makefile | 21 ++---
1 file changed, 14 insertions(+), 7 d