commit | 5f9380572b4bb24f60cd492b17331db6ee34a516 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Thu May 10 10:24:39 2018 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Fri May 11 01:40:52 2018 +0200 |
tree | 4dec26d66b2d2ab81f30dd39359965122b944263 | |
parent | 74662ea5d41683e7ff723c35649b0192a8e6ba8f [diff] |
samples: bpf: compile and link against full libbpf 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 <jakub.kicinski@netronome.com> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>