]> git.baikalelectronics.ru Git - kernel.git/commit
libbpf: add xsk.h to install_headers target
authorBjörn Töpel <bjorn.topel@intel.com>
Wed, 27 Mar 2019 13:51:13 +0000 (14:51 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 28 Mar 2019 15:24:21 +0000 (16:24 +0100)
commite8f7da64d7d05213a9b421d82a057897f48272cb
tree5ba25c629f9bb6f7b9e05ba435b58c9a00afbac5
parent793bb565ef8c1359a371dbcccfc69ea2e5bdcb80
libbpf: add xsk.h to install_headers target

The xsk.h header file was missing from the install_headers target in
the Makefile. This patch simply adds xsk.h to the set of installed
headers.

Fixes: 1630fbcf169a ("libbpf: add support for using AF_XDP sockets")
Reported-by: Bruce Richardson <bruce.richardson@intel.com>
Signed-off-by: Björn Töpel <bjorn.topel@intel.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/lib/bpf/Makefile