Searched refs:do_install (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/lib/bpf/ |
D | Makefile | 177 define do_install macro 186 $(call do_install,$(LIB_FILE),$(libdir_SQ)) 190 $(call do_install,bpf.h,$(prefix)/include/bpf,644); \ 191 $(call do_install,libbpf.h,$(prefix)/include/bpf,644); 192 $(call do_install,btf.h,$(prefix)/include/bpf,644);
|
/Linux-v4.19/tools/lib/traceevent/ |
D | Makefile | 249 define do_install macro 256 $(call do_install,$$plugin,$(plugin_dir_SQ)); \ 284 $(call do_install,event-parse.h,$(prefix)/include/traceevent,644); \ 285 $(call do_install,event-utils.h,$(prefix)/include/traceevent,644); \ 286 $(call do_install,kbuffer.h,$(prefix)/include/traceevent,644)
|
/Linux-v4.19/tools/lib/lockdep/ |
D | Makefile | 139 define do_install macro 148 $(Q)$(call do_install,$(LIB_FILE),$(libdir_SQ)) 149 $(Q)$(call do_install,$(BIN_FILE),$(bindir_SQ))
|