]> git.ipfire.org Git - thirdparty/kernel/stable.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)
commit379e2014c95b7a454713da822b8ef4ec51ab8a75
tree5ba25c629f9bb6f7b9e05ba435b58c9a00afbac5
parent369b976d6f3613518de1295bd2dee81fb255946d
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: 1cad07884239 ("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