OSDN Git Service

tools: bpf: respect output directory during build
authorJiri Benc <jbenc@redhat.com>
Thu, 8 Mar 2018 22:00:36 +0000 (23:00 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 9 Mar 2018 09:22:59 +0000 (10:22 +0100)
commit5a8997f207154826c7bf1a97acf75ffb44159c50
treef211411f080c1ada2463fb95adb974b9eb51b77c
parent72ab55e96ebc00d68501f5cda59478ed7cf7e484
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>
tools/bpf/Makefile