Home
last modified time | relevance | path

Searched refs:DESTDIR (Results 1 – 25 of 43) sorted by relevance

12

/Linux-v5.15/tools/power/pm-graph/
DMakefile3 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.15/tools/power/cpupower/debug/i386/
DMakefile7 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.15/tools/power/x86/x86_energy_perf_policy/
DMakefile5 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.15/tools/power/x86/turbostat/
DMakefile5 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.15/tools/hv/
DMakefile53 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.15/tools/power/cpupower/debug/x86_64/
DMakefile7 DESTDIR = macro
27 $(INSTALL) -d $(DESTDIR)${bindir}
28 $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir}
29 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir}
/Linux-v5.15/tools/bpf/bpftool/Documentation/
DMakefile52 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$(man8dir)
53 $(Q)$(INSTALL) -m 644 $(DOC_MAN8) $(DESTDIR)$(man8dir)
57 $(Q)$(RM) $(addprefix $(DESTDIR)$(man8dir)/,$(_DOC_MAN8))
58 $(Q)$(RMDIR) $(DESTDIR)$(man8dir)
/Linux-v5.15/tools/perf/Documentation/
DMakefile36 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-v5.15/tools/testing/selftests/bpf/
DMakefile.docs64 $(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-v5.15/tools/power/acpi/
DMakefile.rules39 $(QUIET) $(INSTALL) -d $(DESTDIR)$(sbindir)
40 $(QUIET) $(INSTALL_PROGRAM) $(OUTPUT)$(TOOL) $(DESTDIR)$(sbindir)
43 $(QUIET) rm -f $(DESTDIR)$(sbindir)/$(TOOL)
/Linux-v5.15/tools/pci/
DMakefile48 install -d -m 755 $(DESTDIR)$(bindir); \
50 install $$program $(DESTDIR)$(bindir); \
53 install $$script $(DESTDIR)$(bindir); \
/Linux-v5.15/tools/lib/perf/Documentation/
DMakefile25 ifndef DESTDIR
85 DESTDIR ?= macro
86 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
/Linux-v5.15/tools/lib/traceevent/Documentation/
DMakefile21 ifndef DESTDIR
107 DESTDIR ?= macro
108 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
/Linux-v5.15/tools/arch/x86/kcpuid/
DMakefile22 install -d $(DESTDIR)$(BINDIR)
23 install -m 755 -p kcpuid $(DESTDIR)$(BINDIR)/kcpuid
/Linux-v5.15/tools/bpf/
DMakefile102 $(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.15/tools/tracing/latency/
DMakefile23 install -d $(DESTDIR)$(sbindir)
24 install -m 755 -p $(TARGETS) $(DESTDIR)$(sbindir)
/Linux-v5.15/tools/vm/
DMakefile31 install -d $(DESTDIR)$(sbindir)
32 install -m 755 -p $(TARGETS) $(DESTDIR)$(sbindir)
/Linux-v5.15/tools/bpf/bpftool/
DMakefile219 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/sbin
220 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool
221 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(bash_compdir)
222 $(Q)$(INSTALL) -m 0644 bash-completion/bpftool $(DESTDIR)$(bash_compdir)
226 $(Q)$(RM) -- $(DESTDIR)$(prefix)/sbin/bpftool
227 $(Q)$(RM) -- $(DESTDIR)$(bash_compdir)/bpftool
/Linux-v5.15/tools/lib/perf/
DMakefile23 DESTDIR ?= macro
24 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
82 export DESTDIR DESTDIR_SQ
188 cp -fpR $(LIBPERF_ALL) $(DESTDIR)$(libdir_SQ)
/Linux-v5.15/tools/power/acpi/tools/acpidump/
DMakefile50 $(QUIET) $(INSTALL_DATA) -D $< $(DESTDIR)$(mandir)/man8/acpidump.8
53 $(QUIET) rm -f $(DESTDIR)$(mandir)/man8/acpidump.8
/Linux-v5.15/tools/usb/
DMakefile44 install -d -m 755 $(DESTDIR)$(bindir); \
46 install $$program $(DESTDIR)$(bindir); \
/Linux-v5.15/tools/power/x86/intel-speed-select/
DMakefile49 install -d -m 755 $(DESTDIR)$(bindir); \
51 install $$program $(DESTDIR)$(bindir); \
/Linux-v5.15/tools/spi/
DMakefile61 install -d -m 755 $(DESTDIR)$(bindir); \
63 install $$program $(DESTDIR)$(bindir); \
/Linux-v5.15/Documentation/bpf/libbpf/
Dlibbpf_build.rst28 $ BUILD_STATIC_ONLY=y OBJDIR=build DESTDIR=root make install
37 $ PKG_CONFIG_PATH=/build/root/lib64/pkgconfig DESTDIR=/build/root make
/Linux-v5.15/tools/iio/
DMakefile64 install -d -m 755 $(DESTDIR)$(bindir); \
66 install $$program $(DESTDIR)$(bindir); \

12