Skip to content

Commit 379e201

Browse files
Björn Töpelborkmann
authored andcommitted
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: 1cad078 ("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>
1 parent 369b976 commit 379e201

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/lib/bpf/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ install_headers:
222222
$(call do_install,bpf.h,$(prefix)/include/bpf,644); \
223223
$(call do_install,libbpf.h,$(prefix)/include/bpf,644);
224224
$(call do_install,btf.h,$(prefix)/include/bpf,644);
225+
$(call do_install,xsk.h,$(prefix)/include/bpf,644);
225226

226227
install: install_lib
227228

0 commit comments

Comments
 (0)