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 3e71fc0 commit cfc4033Copy full SHA for cfc4033
tools/perf/Makefile.perf
@@ -770,9 +770,11 @@ endif
770
ifndef NO_LIBBPF
771
$(call QUIET_INSTALL, lib) \
772
$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(perf_include_instdir_SQ)/bpf'
773
+ $(call QUIET_INSTALL, include/bpf) \
774
$(INSTALL) include/bpf/*.h '$(DESTDIR_SQ)$(perf_include_instdir_SQ)/bpf'
775
776
$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(perf_examples_instdir_SQ)/bpf'
777
+ $(call QUIET_INSTALL, examples/bpf) \
778
$(INSTALL) examples/bpf/*.c '$(DESTDIR_SQ)$(perf_examples_instdir_SQ)/bpf'
779
endif
780
$(call QUIET_INSTALL, perf-archive) \
0 commit comments