|
|
@@ -192,7 +192,8 @@ install_lib: all_cmd
|
|
|
|
|
|
install_headers:
|
|
|
$(call QUIET_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);
|
|
|
|
|
|
install: install_lib
|
|
|
|