commit | 5a8997f207154826c7bf1a97acf75ffb44159c50 | [log] [tgz] |
---|---|---|
author | Jiri Benc <jbenc@redhat.com> | Thu Mar 08 23:00:36 2018 +0100 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Fri Mar 09 10:22:59 2018 +0100 |
tree | f211411f080c1ada2463fb95adb974b9eb51b77c | |
parent | 72ab55e96ebc00d68501f5cda59478ed7cf7e484 [diff] |
tools: bpf: respect output directory during build Currently, the programs under tools/bpf (with the notable exception of bpftool) do not respect the output directory (make O=dir). Fix that. Signed-off-by: Jiri Benc <jbenc@redhat.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>