/Linux-v5.10/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-v5.10/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-v5.10/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-v5.10/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-v5.10/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-v5.10/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-v5.10/tools/bpf/ |
D | Makefile.helpers | 52 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$(man7dir) 53 $(Q)$(INSTALL) -m 644 $(DOC_MAN7) $(DESTDIR)$(man7dir) 57 $(Q)$(RM) $(addprefix $(DESTDIR)$(man7dir)/,$(_DOC_MAN7)) 58 $(Q)$(RMDIR) $(DESTDIR)$(man7dir)
|
D | Makefile | 102 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/bin 103 $(Q)$(INSTALL) $(OUTPUT)bpf_jit_disasm $(DESTDIR)$(prefix)/bin/bpf_jit_disasm 105 $(Q)$(INSTALL) $(OUTPUT)bpf_dbg $(DESTDIR)$(prefix)/bin/bpf_dbg 107 $(Q)$(INSTALL) $(OUTPUT)bpf_asm $(DESTDIR)$(prefix)/bin/bpf_asm
|
/Linux-v5.10/tools/bpf/bpftool/Documentation/ |
D | Makefile | 55 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$(man8dir) 56 $(Q)$(INSTALL) -m 644 $(DOC_MAN8) $(DESTDIR)$(man8dir) 60 $(Q)$(RM) $(addprefix $(DESTDIR)$(man8dir)/,$(_DOC_MAN8)) 61 $(Q)$(RMDIR) $(DESTDIR)$(man8dir)
|
/Linux-v5.10/tools/perf/Documentation/ |
D | Makefile | 39 ifndef DESTDIR 200 $(INSTALL) -d -m 755 $(DESTDIR)$(man1dir); \ 203 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(man1dir); \ 219 $(INSTALL) -d -m 755 $(DESTDIR)$(infodir); \ 220 $(INSTALL) -m 644 $(OUTPUT)perf.info $(OUTPUT)perfman.info $(DESTDIR)$(infodir); \ 221 if test -r $(DESTDIR)$(infodir)/dir; then \ 222 $(INSTALL_INFO) --info-dir=$(DESTDIR)$(infodir) perf.info ;\ 223 $(INSTALL_INFO) --info-dir=$(DESTDIR)$(infodir) perfman.info ;\ 230 $(INSTALL) -d -m 755 $(DESTDIR)$(pdfdir); \ 231 $(INSTALL) -m 644 $(OUTPUT)user-manual.pdf $(DESTDIR)$(pdfdir)
|
/Linux-v5.10/tools/pci/ |
D | Makefile | 48 install -d -m 755 $(DESTDIR)$(bindir); \ 50 install $$program $(DESTDIR)$(bindir); \ 53 install $$script $(DESTDIR)$(bindir); \
|
/Linux-v5.10/tools/power/acpi/ |
D | Makefile.rules | 39 $(QUIET) $(INSTALL) -d $(DESTDIR)$(sbindir) 40 $(QUIET) $(INSTALL_PROGRAM) $(OUTPUT)$(TOOL) $(DESTDIR)$(sbindir) 43 $(QUIET) rm -f $(DESTDIR)$(sbindir)/$(TOOL)
|
/Linux-v5.10/tools/lib/perf/Documentation/ |
D | Makefile | 25 ifndef DESTDIR 85 DESTDIR ?= macro 86 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
|
/Linux-v5.10/tools/lib/traceevent/Documentation/ |
D | Makefile | 21 ifndef DESTDIR 107 DESTDIR ?= macro 108 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
|
/Linux-v5.10/tools/vm/ |
D | Makefile | 31 install -d $(DESTDIR)$(sbindir) 32 install -m 755 -p $(TARGETS) $(DESTDIR)$(sbindir)
|
/Linux-v5.10/tools/bpf/bpftool/ |
D | Makefile | 194 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/sbin 195 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool 196 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(bash_compdir) 197 $(Q)$(INSTALL) -m 0644 bash-completion/bpftool $(DESTDIR)$(bash_compdir) 201 $(Q)$(RM) -- $(DESTDIR)$(prefix)/sbin/bpftool 202 $(Q)$(RM) -- $(DESTDIR)$(bash_compdir)/bpftool
|
/Linux-v5.10/tools/lib/perf/ |
D | Makefile | 23 DESTDIR ?= macro 24 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))' 80 export DESTDIR DESTDIR_SQ 168 cp -fpR $(LIBPERF_ALL) $(DESTDIR)$(libdir_SQ)
|
/Linux-v5.10/tools/power/acpi/tools/acpidump/ |
D | Makefile | 50 $(QUIET) $(INSTALL_DATA) -D $< $(DESTDIR)$(mandir)/man8/acpidump.8 53 $(QUIET) rm -f $(DESTDIR)$(mandir)/man8/acpidump.8
|
/Linux-v5.10/tools/usb/ |
D | Makefile | 44 install -d -m 755 $(DESTDIR)$(bindir); \ 46 install $$program $(DESTDIR)$(bindir); \
|
/Linux-v5.10/tools/power/x86/intel-speed-select/ |
D | Makefile | 49 install -d -m 755 $(DESTDIR)$(bindir); \ 51 install $$program $(DESTDIR)$(bindir); \
|
/Linux-v5.10/tools/spi/ |
D | Makefile | 60 install -d -m 755 $(DESTDIR)$(bindir); \ 62 install $$program $(DESTDIR)$(bindir); \
|
/Linux-v5.10/tools/iio/ |
D | Makefile | 63 install -d -m 755 $(DESTDIR)$(bindir); \ 65 install $$program $(DESTDIR)$(bindir); \
|
/Linux-v5.10/tools/gpio/ |
D | Makefile | 84 install -d -m 755 $(DESTDIR)$(bindir); \ 86 install $$program $(DESTDIR)$(bindir); \
|
/Linux-v5.10/tools/lib/lockdep/ |
D | Makefile | 29 DESTDIR ?= macro 30 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
|
/Linux-v5.10/tools/lib/traceevent/ |
D | Makefile | 37 DESTDIR ?= macro 38 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))' 230 cp -fpR $(LIB_INSTALL) $(DESTDIR)$(libdir_SQ)
|