Merge branch 'bpf-tools-makefile-improvements'
authorDaniel Borkmann <[email protected]>
Fri, 9 Mar 2018 09:23:00 +0000 (10:23 +0100)
committerDaniel Borkmann <[email protected]>
Fri, 9 Mar 2018 09:23:01 +0000 (10:23 +0100)
Jiri Benc says:

====================
Currently, 'make bpf' in the tools/ directory does not provide the
standard quiet output except for bpftool (which is however listed
with a wrong directory). Worse, it does not respect the build output
directory.

The 'make bpf_install' does not work as one would expect, either.
It installs unconditionally to /usr/bin without respecting DESTDIR
and prefix.

This patchset improves that behavior.
====================

Reviewed-by: Jakub Kicinski <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>

Trivial merge