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: 1cad078842 ("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>
			
			
This commit is contained in:
		
							parent
							
								
									369b976d6f
								
							
						
					
					
						commit
						379e2014c9
					
				| @ -222,6 +222,7 @@ install_headers: | ||||
| 		$(call do_install,bpf.h,$(prefix)/include/bpf,644); \
 | ||||
| 		$(call do_install,libbpf.h,$(prefix)/include/bpf,644); | ||||
| 		$(call do_install,btf.h,$(prefix)/include/bpf,644); | ||||
| 		$(call do_install,xsk.h,$(prefix)/include/bpf,644); | ||||
| 
 | ||||
| install: install_lib | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user