mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 10:01:43 +00:00
libbpf: Install headers as part of make install
Current 'make install' results in only pkg-config and library binaries being installed. For consistency also install headers as part of "make install" Signed-off-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Andrii Nakryiko <andriin@fb.com> Link: https://lore.kernel.org/bpf/20200526174612.5447-1-nborisov@suse.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>
This commit is contained in:
parent
272d51af32
commit
93581359e7
@ -264,7 +264,7 @@ install_pkgconfig: $(PC_FILE)
|
||||
$(call QUIET_INSTALL, $(PC_FILE)) \
|
||||
$(call do_install,$(PC_FILE),$(libdir_SQ)/pkgconfig,644)
|
||||
|
||||
install: install_lib install_pkgconfig
|
||||
install: install_lib install_pkgconfig install_headers
|
||||
|
||||
### Cleaning rules
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user