/linux-6.8/tools/power/pm-graph/ |
D | Makefile | 8 install : uninstall target 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-6.8/tools/kvm/kvm_stat/ |
D | Makefile | 23 $(error "You need to install asciidoc for man pages") 33 install-man: man 34 install -d -m 755 $(INSTALL_ROOT)/$(MAN1DIR) 35 install -m 644 kvm_stat.1 $(INSTALL_ROOT)/$(MAN1DIR) 37 install-tools: 38 install -d -m 755 $(INSTALL_ROOT)/$(BINDIR) 39 install -m 755 -p "kvm_stat" "$(INSTALL_ROOT)/$(BINDIR)/$(TARGET)" 41 install: install-tools install-man target 42 .PHONY: all clean man install-tools install-man install
|
/linux-6.8/tools/perf/Documentation/ |
D | Makefile | 52 INSTALL?=install macro 67 INSTALL_INFO=install-info 186 install: install-man target 190 $(error "You need to install $(missing_tools) for man pages") 193 do-install-man: man 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); \ [all …]
|
/linux-6.8/drivers/gpu/drm/ci/ |
D | build.sh | 13 apt-get install -y libssl-dev 35 apt-get install -y libssl-dev:armhf 107 mkdir -p install/modules/ 108 INSTALL_MOD_PATH=install/modules/ make modules_install 128 mkdir -p install 129 cp -rfv .gitlab-ci/* install/. 130 cp -rfv install/common install/ci-common 131 cp -rfv drivers/gpu/drm/ci/* install/. 149 tar --zstd -cf $S3_ARTIFACT_NAME install 155 mkdir -p artifacts/install/lib [all …]
|
D | igt_runner.sh | 35 mv /install/modules/lib/modules/* /lib/modules/. 40 if [ -e "/install/xfails/$DRIVER_NAME-$GPU_VERSION-skips.txt" ]; then 41 IGT_SKIPS="--skips /install/xfails/$DRIVER_NAME-$GPU_VERSION-skips.txt" 44 if [ -e "/install/xfails/$DRIVER_NAME-$GPU_VERSION-flakes.txt" ]; then 45 IGT_FLAKES="--flakes /install/xfails/$DRIVER_NAME-$GPU_VERSION-flakes.txt" 48 if [ -e "/install/xfails/$DRIVER_NAME-$GPU_VERSION-fails.txt" ]; then 49 IGT_FAILS="--baseline /install/xfails/$DRIVER_NAME-$GPU_VERSION-fails.txt" 66 sed -ni $CI_NODE_INDEX~$CI_NODE_TOTAL"p" /install/testlist.txt 71 if ! grep -q "core_getversion" /install/testlist.txt; then 73 echo "core_getversion" >> /install/testlist.txt [all …]
|
D | test.yml | 14 # Note: Build dir (and thus install) may be dirty due to GIT_STRATEGY 15 - rm -rf install 16 - tar -xf artifacts/install.tar 17 - mv install/* artifacts/. 25 HWCI_TEST_SCRIPT: "/install/igt_runner.sh" 40 HWCI_TEST_SCRIPT: "/install/igt_runner.sh" 55 HWCI_TEST_SCRIPT: "/install/igt_runner.sh" 73 HWCI_TEST_SCRIPT: "/install/igt_runner.sh" 110 - ./install/bare-metal/fastboot.sh 123 - ./install/bare-metal/fastboot.sh [all …]
|
/linux-6.8/tools/perf/ |
D | Makefile.perf | 199 INSTALL = install 409 # what 'all' will build and 'install' will install, in perfexecdir 412 # what 'all' will build but not install in perfexecdir 450 export INSTALL SHELL_PATH 724 $(QUIET_GEN)$(INSTALL) '$@.sh' '$(OUTPUT)$@' 911 @echo 'Perf install targets:' 913 @echo ' HINT: use "prefix" or "DESTDIR" to install to a particular' 914 @echo ' path like "make prefix=/usr/local install install-doc"' 915 @echo ' install - install compiled binaries' 916 @echo ' install-doc - install *all* documentation' [all …]
|
/linux-6.8/tools/verification/dot2/ |
D | Makefile | 1 INSTALL=install macro 17 .PHONY: install 18 install: target 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)/
|
/linux-6.8/tools/power/cpupower/ |
D | Makefile | 35 # Set the following to 'true' to build/install the 79 INSTALL = /usr/bin/install -c macro 80 INSTALL_PROGRAM = ${INSTALL} 81 INSTALL_DATA = ${INSTALL} -m 644 83 INSTALL_SCRIPT = ${INSTALL} -m 644 158 INSTALL_NLS += install-gmo 164 INSTALL_BENCH += install-bench 277 install-lib: libcpupower 278 $(INSTALL) -d $(DESTDIR)${libdir} 280 $(INSTALL) -d $(DESTDIR)${includedir} [all …]
|
/linux-6.8/tools/power/cpupower/debug/i386/ |
D | Makefile | 10 INSTALL = /usr/bin/install macro 35 install: target 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} 42 .PHONY: all default clean install
|
/linux-6.8/tools/ |
D | Makefile | 49 @echo ' from the kernel command line to build and install one of' 56 @echo ' $$ make tools/install' 126 $(call descend,power/$(@:_install=),install) 129 $(call descend,power/$(@:_install=),install) 132 $(call descend,$(@:_install=),install) 135 $(call descend,testing/$(@:_install=),install) 138 $(call descend,lib/$(@:_install=),install) 141 $(call descend,power/x86/$(@:_install=),install) 144 $(call descend,thermal/$(@:_install=),install) 147 $(call descend,thermal/$(@:_install=),install) [all …]
|
/linux-6.8/tools/lib/perf/Documentation/ |
D | Makefile | 44 INSTALL ?= install macro 117 install-man: all 119 $(INSTALL) -d -m 755 $(DESTDIR)$(man3dir); \ 120 $(INSTALL) -m 644 $(MAN_3) $(DESTDIR)$(man3dir); \ 121 $(INSTALL) -d -m 755 $(DESTDIR)$(man7dir); \ 122 $(INSTALL) -m 644 $(MAN_7) $(DESTDIR)$(man7dir); 124 install-html: 126 $(INSTALL) -d -m 755 $(DESTDIR)$(htmldir); \ 127 $(INSTALL) -m 644 $(MAN_HTML) $(DESTDIR)$(htmldir); \ 129 install-examples: [all …]
|
/linux-6.8/tools/power/cpupower/debug/x86_64/ |
D | Makefile | 10 INSTALL = /usr/bin/install macro 26 install: target 27 $(INSTALL) -d $(DESTDIR)${bindir} 28 $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir} 29 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir} 31 .PHONY: all default clean install
|
/linux-6.8/scripts/ |
D | Makefile.modinst | 12 install-y := 19 install-$(CONFIG_MODULES) += $(addprefix $(MODLIB)/, build modules.order) 30 quiet_cmd_install_modorder = INSTALL $@ 33 # Install modules.builtin(.modinfo) even when CONFIG_MODULES is disabled. 34 install-y += $(addprefix $(MODLIB)/, modules.builtin modules.builtin.modinfo) 37 $(call cmd,install) 59 install-$(CONFIG_MODULES) += $(modules) 61 __modinst: $(install-y) 67 quiet_cmd_install = INSTALL $@ 116 $(foreach dir, $(sort $(dir $(install-y))), $(shell mkdir -p $(dir))) [all …]
|
/linux-6.8/arch/arm/boot/ |
D | install.sh | 10 # Adapted from code in arch/i386/boot/install.sh by Russell King 12 # "make install" script for arm architecture 18 # $4 - default install path (blank if root directory) 21 # Compressed install 25 # Normal install 35 # Install system map file 44 echo "You have to install it yourself"
|
/linux-6.8/tools/thermal/lib/ |
D | Makefile | 17 INSTALL = install macro 126 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$1'; \ 132 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$2'; \ 134 $(INSTALL) $1 $(if $3,-m $3,) '$(DESTDIR_SQ)$2' 151 $(Q)$(MAKE) -C Documentation install-man install-html install-examples 153 #install: install_lib install_headers install_pkgconfig install_doc 154 install: install_lib install_headers install_pkgconfig target 158 .PHONY: all install clean FORCE
|
/linux-6.8/tools/hv/ |
D | Makefile | 52 install: $(ALL_PROGRAMS) target 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}; \ 66 .PHONY: all install clean FORCE prepare
|
/linux-6.8/tools/testing/selftests/bpf/ |
D | Makefile.docs | 6 INSTALL ?= install 62 docs-install-$1: docs 64 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$$(man$2dir) 65 $(Q)$(INSTALL) -m 644 $$(DOC_MAN$2) $(DESTDIR)$$(man$2dir) 72 .PHONY: $1 docs-clean-$1 docs-install-$1 docs-uninstall-$1 80 docs-install: $(foreach doctarget,$(DOCTARGETS), docs-install-$(doctarget)) 83 .PHONY: docs docs-clean docs-install docs-uninstall man2 man7
|
/linux-6.8/arch/parisc/ |
D | Makefile | 136 echo 'ERROR: Please install palo first (apt-get install palo)';\ 137 echo 'or build it from source and install it somewhere in your $$PATH';\ 150 INSTALL_TARGETS = zinstall install 180 vdso-install-y += arch/parisc/kernel/vdso32/vdso32.so 181 vdso-install-$(CONFIG_64BIT) += arch/parisc/kernel/vdso64/vdso64.so 183 install: KBUILD_IMAGE := vmlinux target 185 install zinstall: target 186 $(call cmd,install) 195 @echo ' install - Install uncompressed vmlinux kernel using' 199 @echo ' zinstall - Install compressed vmlinuz kernel'
|
/linux-6.8/arch/riscv/boot/ |
D | install.sh | 10 # Adapted from code in arch/i386/boot/install.sh by Russell King 12 # "make install" script for the RISC-V Linux port 18 # $4 - default install path (blank if root directory) 21 # Compressed install 25 # Normal install 35 # Install system map file
|
/linux-6.8/Documentation/tools/rtla/ |
D | Makefile | 4 INSTALL ?= install macro 28 $(info ** distribution, e.g., 'dnf install python3-docutils' on Fedora,) 44 install: man target 45 $(INSTALL) -d -m 755 $(DESTDIR)$(MAN1DIR) 46 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(MAN1DIR) 52 .PHONY: man man1 clean install uninstall
|
/linux-6.8/Documentation/tools/rv/ |
D | Makefile | 3 INSTALL ?= install macro 27 $(info ** distribution, e.g., 'dnf install python3-docutils' on Fedora,) 43 install: man target 44 $(INSTALL) -d -m 755 $(DESTDIR)$(MAN1DIR) 45 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(MAN1DIR) 51 .PHONY: man man1 clean install uninstall
|
/linux-6.8/arch/arm64/boot/ |
D | install.sh | 10 # Adapted from code in arch/i386/boot/install.sh by Russell King 12 # "make install" script for the AArch64 Linux port 18 # $4 - default install path (blank if root directory) 22 # Compressed install 26 # Normal install 36 # Install system map file
|
/linux-6.8/tools/bpf/bpftool/ |
D | Makefile | 51 $(Q)install -m 644 -t $(LIBBPF_HDRS_DIR) $< 60 $(Q)install -m 644 -t $(LIBBPF_BOOTSTRAP_HDRS_DIR) $< 92 INSTALL ?= install macro 114 NON_CHECK_FEAT_TARGETS := clean uninstall doc doc-clean doc-install doc-uninstall 265 install-bin: $(OUTPUT)bpftool 267 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/sbin 268 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool 270 install: install-bin target 271 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(bash_compdir) 272 $(Q)$(INSTALL) -m 0644 bash-completion/bpftool $(DESTDIR)$(bash_compdir) [all …]
|
/linux-6.8/tools/lib/thermal/ |
D | Makefile | 17 INSTALL = install macro 134 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$1'; \ 140 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$2'; \ 142 $(INSTALL) $1 $(if $3,-m $3,) '$(DESTDIR_SQ)$2' 159 $(Q)$(MAKE) -C Documentation install-man install-html install-examples 161 install: install_lib install_headers install_pkgconfig target 165 .PHONY: all install clean FORCE
|