mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	libbpf: add libbpf_util.h to header install.
The libbpf_util.h is used by xsk.h, so add it to the install headers. Reported-by: Ben Pfaff <blp@ovn.org> Signed-off-by: William Tu <u9012063@gmail.com> Acked-by: Yonghong Song <yhs@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
This commit is contained in:
		
							parent
							
								
									ca31ca8247
								
							
						
					
					
						commit
						7080da8909
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -230,6 +230,7 @@ install_headers:
 | 
				
			||||||
		$(call do_install,bpf.h,$(prefix)/include/bpf,644); \
 | 
							$(call do_install,bpf.h,$(prefix)/include/bpf,644); \
 | 
				
			||||||
		$(call do_install,libbpf.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,btf.h,$(prefix)/include/bpf,644); \
 | 
				
			||||||
 | 
							$(call do_install,libbpf_util.h,$(prefix)/include/bpf,644); \
 | 
				
			||||||
		$(call do_install,xsk.h,$(prefix)/include/bpf,644);
 | 
							$(call do_install,xsk.h,$(prefix)/include/bpf,644);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
install_pkgconfig: $(PC_FILE)
 | 
					install_pkgconfig: $(PC_FILE)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue