We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89dedae commit 8543e43Copy full SHA for 8543e43
tools/lib/bpf/Makefile
@@ -220,8 +220,8 @@ install_lib: all_cmd
220
install_headers:
221
$(call QUIET_INSTALL, headers) \
222
$(call do_install,bpf.h,$(prefix)/include/bpf,644); \
223
- $(call do_install,libbpf.h,$(prefix)/include/bpf,644);
224
- $(call do_install,btf.h,$(prefix)/include/bpf,644);
+ $(call do_install,libbpf.h,$(prefix)/include/bpf,644); \
+ $(call do_install,btf.h,$(prefix)/include/bpf,644); \
225
$(call do_install,xsk.h,$(prefix)/include/bpf,644);
226
227
install: install_lib
0 commit comments