]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc070b4d31ffd86cc07a6267bc63824cb6621634f
treef211411f080c1ada2463fb95adb974b9eb51b77c
parent1fe03cbc3511db8a046233c70494240c6fe53791
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