/Linux-v6.1/tools/power/pm-graph/ |
D | Makefile | 3 DESTDIR ?= macro 9 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph 10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 12 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config 13 install -m 644 config/cgskip.txt $(DESTDIR)$(PREFIX)/lib/pm-graph/config 14 install -m 644 config/freeze-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 15 install -m 644 config/freeze.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 16 install -m 644 config/freeze-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 17 install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config [all …]
|
/Linux-v6.1/tools/verification/dot2/ |
D | Makefile | 19 $(INSTALL) automata.py -D -m 644 $(DESTDIR)$(PYLIB)/dot2/automata.py 20 $(INSTALL) dot2c.py -D -m 644 $(DESTDIR)$(PYLIB)/dot2/dot2c.py 21 $(INSTALL) dot2c -D -m 755 $(DESTDIR)$(bindir)/ 22 $(INSTALL) dot2k.py -D -m 644 $(DESTDIR)$(PYLIB)/dot2/dot2k.py 23 $(INSTALL) dot2k -D -m 755 $(DESTDIR)$(bindir)/ 26 cp -rp dot2k_templates $(DESTDIR)$(miscdir)/
|
/Linux-v6.1/tools/power/cpupower/debug/i386/ |
D | Makefile | 7 DESTDIR = macro 36 $(INSTALL) -d $(DESTDIR)${bindir} 37 $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir} 38 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir} 39 $(INSTALL) $(OUTPUT)dump_psb $(DESTDIR)${bindir} 40 $(INSTALL) $(OUTPUT)intel_gsic $(DESTDIR)${bindir}
|
/Linux-v6.1/tools/power/x86/x86_energy_perf_policy/ |
D | Makefile | 5 DESTDIR := macro 25 install -d $(DESTDIR)$(PREFIX)/bin 26 install $(BUILD_OUTPUT)/x86_energy_perf_policy $(DESTDIR)$(PREFIX)/bin/x86_energy_perf_policy 27 install -d $(DESTDIR)$(PREFIX)/share/man/man8 28 install -m 644 x86_energy_perf_policy.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
/Linux-v6.1/tools/power/x86/turbostat/ |
D | Makefile | 5 DESTDIR ?= macro 27 install -d $(DESTDIR)$(PREFIX)/bin 28 install $(BUILD_OUTPUT)/turbostat $(DESTDIR)$(PREFIX)/bin/turbostat 29 install -d $(DESTDIR)$(PREFIX)/share/man/man8 30 install -m 644 turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
/Linux-v6.1/tools/hv/ |
D | Makefile | 53 install -d -m 755 $(DESTDIR)$(sbindir); \ 54 install -d -m 755 $(DESTDIR)$(libexecdir)/hypervkvpd; \ 55 install -d -m 755 $(DESTDIR)$(sharedstatedir); \ 57 install $$program -m 755 $(DESTDIR)$(sbindir); \ 59 install -m 755 lsvmbus $(DESTDIR)$(sbindir); \ 61 install $$script -m 755 $(DESTDIR)$(libexecdir)/hypervkvpd/$${script%.sh}; \
|
/Linux-v6.1/tools/power/cpupower/debug/x86_64/ |
D | Makefile | 7 DESTDIR = macro 27 $(INSTALL) -d $(DESTDIR)${bindir} 28 $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir} 29 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir}
|
/Linux-v6.1/arch/powerpc/boot/ |
D | Makefile | 471 extra-installed := $(patsubst $(obj)/%, $(DESTDIR)$(WRAPPER_OBJDIR)/%, $(extra-y)) 472 hostprogs-installed := $(patsubst %, $(DESTDIR)$(WRAPPER_BINDIR)/%, $(hostprogs)) 473 wrapper-installed := $(DESTDIR)$(WRAPPER_BINDIR)/wrapper 474 dts-installed := $(patsubst $(dtstree)/%, $(DESTDIR)$(WRAPPER_DTSDIR)/%, $(wildcard $(dtstree)/*.d… 481 quiet_cmd_install = INSTALL $(patsubst $(DESTDIR)$(WRAPPER_OBJDIR)/%,%,$@) 482 cmd_install = $(INSTALL) -m0644 $(patsubst $(DESTDIR)$(WRAPPER_OBJDIR)/%,$(obj)/%,$@) $@ 484 quiet_cmd_install_dts = INSTALL $(patsubst $(DESTDIR)$(WRAPPER_DTSDIR)/%,dts/%,$@) 485 …cmd_install_dts = $(INSTALL) -m0644 $(patsubst $(DESTDIR)$(WRAPPER_DTSDIR)/%,$(srctree)/$(obj)/… 487 quiet_cmd_install_exe = INSTALL $(patsubst $(DESTDIR)$(WRAPPER_BINDIR)/%,%,$@) 488 … cmd_install_exe = $(INSTALL) -m0755 $(patsubst $(DESTDIR)$(WRAPPER_BINDIR)/%,$(obj)/%,$@) $@ [all …]
|
/Linux-v6.1/tools/bpf/bpftool/Documentation/ |
D | Makefile | 51 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$(man8dir) 52 $(Q)$(INSTALL) -m 644 $(DOC_MAN8) $(DESTDIR)$(man8dir) 56 $(Q)$(RM) $(addprefix $(DESTDIR)$(man8dir)/,$(_DOC_MAN8)) 57 $(Q)$(RMDIR) $(DESTDIR)$(man8dir)
|
/Linux-v6.1/Documentation/tools/rtla/ |
D | Makefile | 45 $(INSTALL) -d -m 755 $(DESTDIR)$(MAN1DIR) 46 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(MAN1DIR) 49 $(RM) $(addprefix $(DESTDIR)$(MAN1DIR)/,$(_DOC_MAN1)) 50 $(RMDIR) $(DESTDIR)$(MAN1DIR)
|
/Linux-v6.1/tools/perf/Documentation/ |
D | Makefile | 36 ifndef DESTDIR 195 $(INSTALL) -d -m 755 $(DESTDIR)$(man1dir); \ 198 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(man1dir); \ 214 $(INSTALL) -d -m 755 $(DESTDIR)$(infodir); \ 215 $(INSTALL) -m 644 $(OUTPUT)perf.info $(OUTPUT)perfman.info $(DESTDIR)$(infodir); \ 216 if test -r $(DESTDIR)$(infodir)/dir; then \ 217 $(INSTALL_INFO) --info-dir=$(DESTDIR)$(infodir) perf.info ;\ 218 $(INSTALL_INFO) --info-dir=$(DESTDIR)$(infodir) perfman.info ;\
|
/Linux-v6.1/tools/testing/selftests/bpf/ |
D | Makefile.docs | 64 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$$(man$2dir) 65 $(Q)$(INSTALL) -m 644 $$(DOC_MAN$2) $(DESTDIR)$$(man$2dir) 69 $(Q)$(RM) $$(addprefix $(DESTDIR)$$(man$2dir)/,$$(_DOC_MAN$2)) 70 $(Q)$(RMDIR) $(DESTDIR)$$(man$2dir)
|
/Linux-v6.1/tools/power/acpi/ |
D | Makefile.rules | 40 $(QUIET) $(INSTALL) -d $(DESTDIR)$(sbindir) 41 $(QUIET) $(INSTALL_PROGRAM) $(OUTPUT)$(TOOL) $(DESTDIR)$(sbindir) 44 $(QUIET) rm -f $(DESTDIR)$(sbindir)/$(TOOL)
|
/Linux-v6.1/tools/pci/ |
D | Makefile | 48 install -d -m 755 $(DESTDIR)$(bindir); \ 50 install $$program $(DESTDIR)$(bindir); \ 53 install $$script $(DESTDIR)$(bindir); \
|
/Linux-v6.1/tools/bpf/bpftool/ |
D | Makefile | 47 DESTDIR=$(LIBBPF_DESTDIR:/=) prefix= $(LIBBPF) install_headers 55 DESTDIR=$(LIBBPF_BOOTSTRAP_DESTDIR:/=) prefix= \ 238 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/sbin 239 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool 242 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(bash_compdir) 243 $(Q)$(INSTALL) -m 0644 bash-completion/bpftool $(DESTDIR)$(bash_compdir) 247 $(Q)$(RM) -- $(DESTDIR)$(prefix)/sbin/bpftool 248 $(Q)$(RM) -- $(DESTDIR)$(bash_compdir)/bpftool
|
/Linux-v6.1/tools/thermal/lib/ |
D | Makefile | 23 DESTDIR ?= macro 24 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))' 82 export DESTDIR DESTDIR_SQ 140 cp -fpR $(LIBTHERMAL_TOOLS_ALL) $(DESTDIR)$(libdir_SQ)
|
/Linux-v6.1/tools/lib/perf/Documentation/ |
D | Makefile | 25 ifndef DESTDIR 85 DESTDIR ?= macro 86 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
|
/Linux-v6.1/tools/lib/thermal/ |
D | Makefile | 23 DESTDIR ?= macro 24 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))' 83 export DESTDIR DESTDIR_SQ 148 cp -fpR $(LIBTHERMAL_ALL) $(DESTDIR)$(libdir_SQ)
|
/Linux-v6.1/tools/perf/tests/shell/coresight/ |
D | Makefile.miniconfig | 4 ifndef DESTDIR 8 DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
|
/Linux-v6.1/tools/arch/x86/intel_sdsi/ |
D | Makefile | 20 install -d $(DESTDIR)$(BINDIR) 21 install -m 755 -p intel_sdsi $(DESTDIR)$(BINDIR)/intel_sdsi
|
/Linux-v6.1/tools/lib/traceevent/Documentation/ |
D | Makefile | 21 ifndef DESTDIR 107 DESTDIR ?= macro 108 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
|
/Linux-v6.1/tools/arch/x86/kcpuid/ |
D | Makefile | 22 install -d $(DESTDIR)$(BINDIR) 23 install -m 755 -p kcpuid $(DESTDIR)$(BINDIR)/kcpuid
|
/Linux-v6.1/tools/power/acpi/tools/pfrut/ |
D | Makefile | 20 $(QUIET) $(INSTALL_DATA) -D $< $(DESTDIR)$(mandir)/man8/pfrut.8 23 $(QUIET) rm -f $(DESTDIR)$(mandir)/man8/pfrut.8
|
/Linux-v6.1/tools/tracing/latency/ |
D | Makefile | 23 install -d $(DESTDIR)$(sbindir) 24 install -m 755 -p $(TARGETS) $(DESTDIR)$(sbindir)
|
/Linux-v6.1/tools/vm/ |
D | Makefile | 31 install -d $(DESTDIR)$(sbindir) 32 install -m 755 -p $(TARGETS) $(DESTDIR)$(sbindir)
|