Searched refs:install (Results 26 - 50 of 159) sorted by relevance

1234567

/linux-master/tools/perf/tests/shell/coresight/memcpy_thread/
H A DMakefile20 install-tests: all
33 .PHONY: all clean install-tests
/linux-master/tools/perf/tests/shell/coresight/thread_loop/
H A DMakefile20 install-tests: all
33 .PHONY: all clean install-tests
/linux-master/tools/perf/tests/shell/coresight/unroll_loop_thread/
H A DMakefile20 install-tests: all
33 .PHONY: all clean install-tests
/linux-master/tools/testing/selftests/lkdtm/
H A DMakefile13 install -m 0744 run.sh $@
/linux-master/tools/power/acpi/
H A DMakefile14 install: acpidbg_install acpidump_install ec_install pfrut_install
22 $(call descend,tools/$(@:_install=),install)
H A DMakefile.rules38 install-tools:
46 install: all install-tools $(EXTRA_INSTALL)
/linux-master/drivers/gpu/drm/ci/
H A Digt_runner.sh35 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/testlis
[all...]
/linux-master/tools/pci/
H A DMakefile47 install: $(ALL_PROGRAMS)
48 install -d -m 755 $(DESTDIR)$(bindir); \
50 install $$program $(DESTDIR)$(bindir); \
53 install $$script $(DESTDIR)$(bindir); \
58 .PHONY: all install clean FORCE prepare
/linux-master/scripts/
H A DMakefile.modinst12 install-y :=
19 install-$(CONFIG_MODULES) += $(addprefix $(MODLIB)/, build modules.order)
34 install-y += $(addprefix $(MODLIB)/, modules.builtin modules.builtin.modinfo)
37 $(call cmd,install)
59 install-$(CONFIG_MODULES) += $(modules)
61 __modinst: $(install-y)
116 $(foreach dir, $(sort $(dir $(install-y))), $(shell mkdir -p $(dir)))
119 $(call cmd,install)
127 depmod: $(install-y)
H A Dprune-kernel21 elif [ -x "$(command -v kernel-install)" ]; then
22 kernel-install remove $f
/linux-master/tools/bootconfig/
H A DMakefile26 install: $(ALL_PROGRAMS)
27 install $(OUTPUT)bootconfig $(DESTDIR)$(bindir)
/linux-master/tools/usb/
H A DMakefile43 install: $(ALL_PROGRAMS)
44 install -d -m 755 $(DESTDIR)$(bindir); \
46 install $$program $(DESTDIR)$(bindir); \
51 .PHONY: all install clean FORCE prepare
/linux-master/tools/testing/selftests/drivers/s390x/uvdevice/
H A DMakefile7 .PHONY: all clean run_tests install
/linux-master/tools/tracing/latency/
H A DMakefile.config16 $(info libtraceevent is missing. Please install libtraceevent-dev/libtraceevent-devel)
25 $(info libtracefs is missing. Please install libtracefs-dev/libtracefs-devel)
/linux-master/tools/power/cpupower/debug/i386/
H A DMakefile10 INSTALL = /usr/bin/install
35 install:
42 .PHONY: all default clean install
/linux-master/tools/testing/selftests/sparc64/
H A DMakefile7 .PHONY: all clean run_tests install
34 install -t $(INSTALL_PATH) $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES)
39 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$SUBDIR INSTALL_PATH=$(INSTALL_PATH)/$$SUBDIR install; \
/linux-master/tools/testing/selftests/bpf/
H A DMakefile.docs6 INSTALL ?= install
62 docs-install-$1: docs
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-master/tools/
H A DMakefile48 @echo ' from the kernel command line to build and install one of'
55 @echo ' $$ make tools/install'
125 $(call descend,power/$(@:_install=),install)
128 $(call descend,power/$(@:_install=),install)
131 $(call descend,$(@:_install=),install)
134 $(call descend,testing/$(@:_install=),install)
137 $(call descend,lib/$(@:_install=),install)
140 $(call descend,power/x86/$(@:_install=),install)
143 $(call descend,thermal/$(@:_install=),install)
146 $(call descend,thermal/$(@:_install=),install)
[all...]
/linux-master/tools/bpf/bpftool/Documentation/
H A DMakefile4 INSTALL ?= install
49 install: man
59 .PHONY: man man8 clean install uninstall
/linux-master/tools/thermal/lib/
H A DMakefile17 INSTALL = install
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
158 .PHONY: all install clean FORCE
/linux-master/Documentation/tools/rtla/
H A DMakefile4 INSTALL ?= install
28 $(info ** distribution, e.g., 'dnf install python3-docutils' on Fedora,)
44 install: man
52 .PHONY: man man1 clean install uninstall
/linux-master/Documentation/tools/rv/
H A DMakefile3 INSTALL ?= install
27 $(info ** distribution, e.g., 'dnf install python3-docutils' on Fedora,)
43 install: man
51 .PHONY: man man1 clean install uninstall
/linux-master/tools/iio/
H A DMakefile63 install: $(ALL_PROGRAMS)
64 install -d -m 755 $(DESTDIR)$(bindir); \
66 install $$program $(DESTDIR)$(bindir); \
71 .PHONY: all install clean FORCE prepare
/linux-master/tools/spi/
H A DMakefile60 install: $(ALL_PROGRAMS)
61 install -d -m 755 $(DESTDIR)$(bindir); \
63 install $$program $(DESTDIR)$(bindir); \
68 .PHONY: all install clean FORCE prepare
/linux-master/tools/power/x86/intel-speed-select/
H A DMakefile52 install: $(ALL_PROGRAMS)
53 install -d -m 755 $(DESTDIR)$(bindir); \
55 install $$program $(DESTDIR)$(bindir); \
60 .PHONY: all install clean FORCE prepare

Completed in 241 milliseconds

1234567