Searched refs:DESTDIR (Results 26 - 50 of 56) sorted by relevance

123

/linux-master/tools/bootconfig/
H A DMakefile27 install $(OUTPUT)bootconfig $(DESTDIR)$(bindir)
/linux-master/tools/usb/
H A DMakefile44 install -d -m 755 $(DESTDIR)$(bindir); \
46 install $$program $(DESTDIR)$(bindir); \
/linux-master/tools/perf/Documentation/
H A DMakefile35 # Make the path relative to DESTDIR, not prefix
36 ifndef DESTDIR
195 $(INSTALL) -d -m 755 $(DESTDIR)$(man1dir); \
196 # $(INSTALL) -d -m 755 $(DESTDIR)$(man5dir); \
197 # $(INSTALL) -d -m 755 $(DESTDIR)$(man7dir); \
198 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(man1dir); \
199 # $(INSTALL) -m 644 $(DOC_MAN5) $(DESTDIR)$(man5dir); \
200 # $(INSTALL) -m 644 $(DOC_MAN7) $(DESTDIR)$(man7dir)
214 $(INSTALL) -d -m 755 $(DESTDIR)$(infodir); \
215 $(INSTALL) -m 644 $(OUTPUT)perf.info $(OUTPUT)perfman.info $(DESTDIR)
[all...]
/linux-master/arch/powerpc/boot/
H A DMakefile472 extra-installed := $(patsubst $(obj)/%, $(DESTDIR)$(WRAPPER_OBJDIR)/%, $(extra-y))
473 hostprogs-installed := $(patsubst %, $(DESTDIR)$(WRAPPER_BINDIR)/%, $(hostprogs))
474 wrapper-installed := $(DESTDIR)$(WRAPPER_BINDIR)/wrapper
475 dts-installed := $(patsubst $(dtstree)/%, $(DESTDIR)$(WRAPPER_DTSDIR)/%, $(wildcard $(dtstree)/*.dts))
482 quiet_cmd_install = INSTALL $(patsubst $(DESTDIR)$(WRAPPER_OBJDIR)/%,%,$@)
483 cmd_install = $(INSTALL) -m0644 $(patsubst $(DESTDIR)$(WRAPPER_OBJDIR)/%,$(obj)/%,$@) $@
485 quiet_cmd_install_dts = INSTALL $(patsubst $(DESTDIR)$(WRAPPER_DTSDIR)/%,dts/%,$@)
486 cmd_install_dts = $(INSTALL) -m0644 $(patsubst $(DESTDIR)$(WRAPPER_DTSDIR)/%,$(srctree)/$(obj)/dts/%,$@) $@
488 quiet_cmd_install_exe = INSTALL $(patsubst $(DESTDIR)$(WRAPPER_BINDIR)/%,%,$@)
489 cmd_install_exe = $(INSTALL) -m0755 $(patsubst $(DESTDIR)
[all...]
/linux-master/tools/lib/perf/
H A DMakefile19 # Use DESTDIR for installing into a different root directory.
23 DESTDIR ?= macro
24 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
82 export DESTDIR DESTDIR_SQ
188 cp -fpR $(LIBPERF_ALL) $(DESTDIR)$(libdir_SQ)
193 INSTALL_HDRS_PFX := $(DESTDIR)$(prefix)/include/perf
195 INSTALL_INTERNAL_HDRS_PFX := $(DESTDIR)$(prefix)/include/internal
/linux-master/tools/thermal/lib/
H A DMakefile19 # Use DESTDIR for installing into a different root directory.
23 DESTDIR ?= macro
24 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
82 export DESTDIR DESTDIR_SQ
140 cp -fpR $(LIBTHERMAL_TOOLS_ALL) $(DESTDIR)$(libdir_SQ)
/linux-master/tools/lib/subcmd/
H A DMakefile22 # Use DESTDIR for installing into a different root directory.
26 DESTDIR ?= macro
27 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
101 cp -fpR $(LIBFILE) $(DESTDIR)$(libdir_SQ)
104 INSTALL_HDRS_PFX := $(DESTDIR)$(prefix)/include/subcmd
/linux-master/tools/lib/api/
H A DMakefile21 # Use DESTDIR for installing into a different root directory.
25 DESTDIR ?= macro
26 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
100 cp -fpR $(LIBFILE) $(DESTDIR)$(libdir_SQ)
105 INSTALL_HDRS_PFX := $(DESTDIR)$(prefix)/include/api
/linux-master/tools/iio/
H A DMakefile64 install -d -m 755 $(DESTDIR)$(bindir); \
66 install $$program $(DESTDIR)$(bindir); \
/linux-master/tools/spi/
H A DMakefile61 install -d -m 755 $(DESTDIR)$(bindir); \
63 install $$program $(DESTDIR)$(bindir); \
/linux-master/tools/power/x86/intel-speed-select/
H A DMakefile53 install -d -m 755 $(DESTDIR)$(bindir); \
55 install $$program $(DESTDIR)$(bindir); \
/linux-master/tools/bpf/bpftool/
H A DMakefile47 DESTDIR=$(LIBBPF_DESTDIR:/=) prefix= $(LIBBPF) install_headers
55 DESTDIR=$(LIBBPF_BOOTSTRAP_DESTDIR:/=) prefix= \
267 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/sbin
268 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool
271 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(bash_compdir)
272 $(Q)$(INSTALL) -m 0644 bash-completion/bpftool $(DESTDIR)$(bash_compdir)
276 $(Q)$(RM) -- $(DESTDIR)$(prefix)/sbin/bpftool
277 $(Q)$(RM) -- $(DESTDIR)$(bash_compdir)/bpftool
/linux-master/tools/counter/
H A DMakefile56 install -d -m 755 $(DESTDIR)$(bindir); \
58 install $$program $(DESTDIR)$(bindir); \
/linux-master/tools/bpf/
H A DMakefile105 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/bin
106 $(Q)$(INSTALL) $(OUTPUT)bpf_jit_disasm $(DESTDIR)$(prefix)/bin/bpf_jit_disasm
108 $(Q)$(INSTALL) $(OUTPUT)bpf_dbg $(DESTDIR)$(prefix)/bin/bpf_dbg
110 $(Q)$(INSTALL) $(OUTPUT)bpf_asm $(DESTDIR)$(prefix)/bin/bpf_asm
/linux-master/tools/power/acpi/
H A DMakefile.config32 DESTDIR ?=
37 # do not need to be changed. Please note that DESTDIR is
/linux-master/tools/gpio/
H A DMakefile84 install -d -m 755 $(DESTDIR)$(bindir); \
86 install $$program $(DESTDIR)$(bindir); \
/linux-master/tools/bpf/resolve_btfids/
H A DMakefile59 DESTDIR=$(SUBCMD_DESTDIR) $(HOST_OVERRIDES) prefix= subdir= \
64 DESTDIR=$(LIBBPF_DESTDIR) $(HOST_OVERRIDES) prefix= subdir= \
/linux-master/tools/lib/thermal/
H A DMakefile19 # Use DESTDIR for installing into a different root directory.
23 DESTDIR ?= macro
24 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
83 export DESTDIR DESTDIR_SQ
148 cp -fpR $(LIBTHERMAL_ALL) $(DESTDIR)$(libdir_SQ)
/linux-master/tools/testing/selftests/hid/
H A DMakefile129 prefix= DESTDIR=$(HOST_SCRATCH_DIR)/ install-bin
135 DESTDIR=$(SCRATCH_DIR) prefix= all install_headers
143 DESTDIR=$(HOST_SCRATCH_DIR)/ prefix= all install_headers
/linux-master/kernel/bpf/preload/iterators/
H A DMakefile64 DESTDIR=$(LIBBPF_DESTDIR) $(abspath $@) install_headers
/linux-master/tools/lib/bpf/
H A DMakefile29 # Use DESTDIR for installing into a different root directory.
33 DESTDIR ?= macro
34 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
50 export DESTDIR DESTDIR_SQ
238 cp -fpR $(LIB_FILE) $(DESTDIR)$(libdir_SQ)
245 INSTALL_PFX := $(DESTDIR)$(prefix)/include/bpf
299 @echo ' HINT: use "prefix"(defaults to "/usr/local") or "DESTDIR" (defaults to "/")'
/linux-master/drivers/hid/bpf/entrypoints/
H A DMakefile81 DESTDIR=$(LIBBPF_DESTDIR) $(abspath $@) install_headers
/linux-master/tools/bpf/runqslower/
H A DMakefile89 DESTDIR=$(BPFOBJ_OUTPUT) prefix= $(abspath $@) install_headers
/linux-master/tools/power/cpupower/
H A DMakefile45 DESTDIR ?= macro
64 # do not need to be changed. Please note that DESTDIR is
278 $(INSTALL) -d $(DESTDIR)${libdir}
279 $(CP) $(OUTPUT)libcpupower.so* $(DESTDIR)${libdir}/
280 $(INSTALL) -d $(DESTDIR)${includedir}
281 $(INSTALL_DATA) lib/cpufreq.h $(DESTDIR)${includedir}/cpufreq.h
282 $(INSTALL_DATA) lib/cpuidle.h $(DESTDIR)${includedir}/cpuidle.h
283 $(INSTALL_DATA) lib/powercap.h $(DESTDIR)${includedir}/powercap.h
286 $(INSTALL) -d $(DESTDIR)${bindir}
287 $(INSTALL_PROGRAM) $(OUTPUT)cpupower $(DESTDIR)
[all...]
/linux-master/tools/objtool/
H A DMakefile83 DESTDIR=$(LIBSUBCMD_OUTPUT) prefix= subdir= \

Completed in 176 milliseconds

123