| /linux-6.15/tools/testing/selftests/ |
| H A D | Makefile | 254 INSTALL_PATH := $(KSFT_INSTALL_PATH) macro 255 ALL_SCRIPT := $(INSTALL_PATH)/run_kselftest.sh 256 TEST_LIST := $(INSTALL_PATH)/kselftest-list.txt 259 ifdef INSTALL_PATH 261 mkdir -p $(INSTALL_PATH)/kselftest 266 install -m 744 kselftest/ksft.py $(INSTALL_PATH)/kselftest/ 267 install -m 744 run_kselftest.sh $(INSTALL_PATH)/ 273 INSTALL_PATH=$(INSTALL_PATH)/$$TARGET \ 275 OBJ_PATH=$(INSTALL_PATH) \ 294 $(error Error: set INSTALL_PATH to use install) [all …]
|
| H A D | lib.mk | 152 $(if $(INSTALL_LIST),@mkdir -p $(INSTALL_PATH)) 153 $(if $(INSTALL_LIST),rsync -a --copy-unsafe-links $(INSTALL_LIST) $(INSTALL_PATH)/) 157 $(if $(INSTALL_LIST),@mkdir -p $(INSTALL_PATH)/$(INSTALL_LIST)) 158 …$(if $(INSTALL_LIST),rsync -a --copy-unsafe-links $(INSTALL_LIST)/*.ko $(INSTALL_PATH)/$(INSTALL_L… 174 ifdef INSTALL_PATH 178 $(error Error: set INSTALL_PATH to use install)
|
| /linux-6.15/scripts/ |
| H A D | install.sh | 23 if [ -n "${INSTALL_PATH}" ] && ! [ -e "${INSTALL_PATH}" ]; then 24 mkdir -p "${INSTALL_PATH}" 40 exec "${file}" "${KERNELRELEASE}" "${KBUILD_IMAGE}" System.map "${INSTALL_PATH}"
|
| /linux-6.15/tools/testing/selftests/futex/ |
| H A D | Makefile | 19 mkdir -p $(INSTALL_PATH) 20 install -t $(INSTALL_PATH) $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES) 25 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$SUBDIR INSTALL_PATH=$(INSTALL_PATH)/$$SUBDIR install; \
|
| /linux-6.15/tools/testing/selftests/sparc64/ |
| H A D | Makefile | 33 mkdir -p $(INSTALL_PATH) 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-6.15/tools/testing/selftests/arm64/ |
| H A D | README | 17 INSTALL_PATH=<your-installation-path> install 22 INSTALL_PATH=<your-installation-path> install
|
| /linux-6.15/tools/testing/selftests/powerpc/ |
| H A D | Makefile | 55 $(MAKE) OUTPUT=$$BUILD_TARGET INSTALL_PATH=$$INSTALL_PATH/$$TARGET -C $$TARGET install;\
|
| /linux-6.15/tools/testing/selftests/powerpc/pmu/ |
| H A D | Makefile | 55 $(MAKE) OUTPUT=$$BUILD_TARGET INSTALL_PATH=$$INSTALL_PATH/$$TARGET -C $$TARGET install; \
|
| /linux-6.15/Documentation/translations/zh_CN/kbuild/ |
| H A D | kbuild.rst | 189 INSTALL_PATH section in 环境变量 191 INSTALL_PATH 指定放置更新后的内核和系统映像的路径。默认值是 /boot,但你可以设置
|
| /linux-6.15/arch/loongarch/ |
| H A D | Makefile | 184 $(Q)install -D -m 755 $(KBUILD_IMAGE) $(INSTALL_PATH)/$(image-name-y)-$(KERNELRELEASE) 185 $(Q)install -D -m 644 .config $(INSTALL_PATH)/config-$(KERNELRELEASE) 186 $(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE)
|
| /linux-6.15/arch/mips/ |
| H A D | Makefile | 433 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE) 435 $(Q)install -D -m 755 vmlinuz $(INSTALL_PATH)/vmlinuz-$(KERNELRELEASE) 437 $(Q)install -D -m 644 .config $(INSTALL_PATH)/config-$(KERNELRELEASE) 438 $(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE)
|
| /linux-6.15/tools/testing/selftests/drivers/net/ |
| H A D | README.rst | 99 install INSTALL_PATH=/tmp/ksft-net-drv
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | kbuild.rst | 214 INSTALL_PATH section in Environment variables 216 INSTALL_PATH specifies where to place the updated kernel and system map
|
| H A D | makefiles.rst | 1633 INSTALL_PATH
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | kselftest.rst | 148 or in a user specified location via the `INSTALL_PATH` "make" variable. 156 $ make -C tools/testing/selftests install INSTALL_PATH=/some/other/path 211 This generates a tarball in the `INSTALL_PATH/kselftest-packages` directory. By
|
| /linux-6.15/Documentation/PCI/endpoint/ |
| H A D | pci-test-howto.rst | 136 # make -C tools/testing/selftests/pci_endpoint INSTALL_PATH=/usr/bin install
|
| /linux-6.15/Documentation/bpf/ |
| H A D | s390.rst | 124 INSTALL_PATH=$PWD/tools/testing/selftests/kselftest_install \
|
| /linux-6.15/ |
| H A D | Makefile | 1155 export INSTALL_PATH ?= /boot macro 1162 export INSTALL_DTBS_PATH ?= $(INSTALL_PATH)/dtbs/$(KERNELRELEASE) 1396 quiet_cmd_install = INSTALL $(INSTALL_PATH)
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | Makefile | 867 mkdir -p $(INSTALL_PATH)/$$DIR; \ 868 rsync -a $(OUTPUT)/$$DIR/*.bpf.o $(INSTALL_PATH)/$$DIR;\
|
| /linux-6.15/Documentation/admin-guide/pm/ |
| H A D | amd-pstate.rst | 643 $ make -C tools/testing/selftests install INSTALL_PATH=~/kselftest
|