Searched refs:INSTALL_PATH (Results 1 - 25 of 25) sorted by relevance

/linux-4.4.14/tools/testing/selftests/futex/
H A DMakefile16 mkdir -p $(INSTALL_PATH)
17 install -t $(INSTALL_PATH) $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES)
20 $(MAKE) -C $$SUBDIR INSTALL_PATH=$(INSTALL_PATH)/$$SUBDIR install; \
/linux-4.4.14/tools/testing/selftests/
H A Dlib.mk16 mkdir -p ${INSTALL_PATH}; \
17 echo "rsync -a $(TEST_DIRS) $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES) $(INSTALL_PATH)/"; \
18 rsync -a $(TEST_DIRS) $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES) $(INSTALL_PATH)/; \
23 ifdef INSTALL_PATH
26 $(error Error: set INSTALL_PATH to use install)
H A DMakefile73 INSTALL_PATH ?= install macro
74 INSTALL_PATH := $(abspath $(INSTALL_PATH)) macro
75 ALL_SCRIPT := $(INSTALL_PATH)/run_kselftest.sh
78 ifdef INSTALL_PATH
80 mkdir -p $(INSTALL_PATH)
82 make -C $$TARGET INSTALL_PATH=$(INSTALL_PATH)/$$TARGET install; \
100 $(error Error: set INSTALL_PATH to use install)
H A Dkselftest_install.sh34 INSTALL_PATH=$install_dir make install
/linux-4.4.14/arch/tile/
H A DMakefile65 INSTALL_PATH ?= $(TILERA_ROOT)/tile/boot macro
69 install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
70 install -D -m 644 .config $(INSTALL_PATH)/config-$(KERNELRELEASE)
71 install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE)
74 echo ' install - install kernel into $(INSTALL_PATH)'
/linux-4.4.14/arch/arm64/boot/
H A DMakefile39 $(obj)/Image System.map "$(INSTALL_PATH)"
43 $(obj)/Image.gz System.map "$(INSTALL_PATH)"
/linux-4.4.14/arch/s390/boot/
H A DMakefile26 System.map "$(INSTALL_PATH)"
/linux-4.4.14/arch/arm/boot/
H A DMakefile100 $(obj)/Image System.map "$(INSTALL_PATH)"
104 $(obj)/zImage System.map "$(INSTALL_PATH)"
108 $(obj)/uImage System.map "$(INSTALL_PATH)"
112 $(obj)/zImage System.map "$(INSTALL_PATH)"
116 $(obj)/Image System.map "$(INSTALL_PATH)"
/linux-4.4.14/arch/x86/boot/
H A DMakefile181 if [ -f $(INSTALL_PATH)/vmlinuz ]; then mv $(INSTALL_PATH)/vmlinuz $(INSTALL_PATH)/vmlinuz.old; fi
182 if [ -f $(INSTALL_PATH)/System.map ]; then mv $(INSTALL_PATH)/System.map $(INSTALL_PATH)/System.old; fi
183 cat $(obj)/bzImage > $(INSTALL_PATH)/vmlinuz
184 cp System.map $(INSTALL_PATH)/
189 System.map "$(INSTALL_PATH)"
/linux-4.4.14/arch/m68k/
H A DMakefile125 if [ -f $(INSTALL_PATH)/vmlinux ]; then mv -f $(INSTALL_PATH)/vmlinux $(INSTALL_PATH)/vmlinux.old; fi
126 if [ -f $(INSTALL_PATH)/System.map ]; then mv -f $(INSTALL_PATH)/System.map $(INSTALL_PATH)/System.old; fi
127 cat vmlinux > $(INSTALL_PATH)/vmlinux
128 cp System.map $(INSTALL_PATH)/System.map
161 sh $(srctree)/arch/m68k/install.sh $(KERNELRELEASE) vmlinux.gz System.map "$(INSTALL_PATH)"
/linux-4.4.14/arch/frv/boot/
H A DMakefile64 sh ./install.sh $(KERNELRELEASE) Image System.map "$(INSTALL_PATH)"
67 sh ./install.sh $(KERNELRELEASE) zImage System.map "$(INSTALL_PATH)"
/linux-4.4.14/arch/nios2/
H A DMakefile41 INSTALL_PATH ?= /tftpboot macro
73 echo ' install to $$(INSTALL_PATH)'
/linux-4.4.14/arch/parisc/
H A DMakefile129 $(KERNELRELEASE) vmlinux System.map "$(INSTALL_PATH)"
132 $(KERNELRELEASE) vmlinuz System.map "$(INSTALL_PATH)"
144 @echo ' copy to $$(INSTALL_PATH)'
/linux-4.4.14/arch/sparc/boot/
H A DMakefile75 System.map "$(INSTALL_PATH)"
/linux-4.4.14/arch/nios2/boot/
H A DMakefile59 sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(BOOTIMAGE) System.map "$(INSTALL_PATH)"
/linux-4.4.14/arch/blackfin/
H A DMakefile142 INSTALL_PATH ?= /tftpboot macro
167 echo ' install to $$(INSTALL_PATH)'
/linux-4.4.14/arch/blackfin/boot/
H A DMakefile71 sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(BOOTIMAGE) System.map "$(INSTALL_PATH)"
/linux-4.4.14/arch/mips/
H A DMakefile388 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
390 $(Q)install -D -m 755 vmlinuz $(INSTALL_PATH)/vmlinuz-$(KERNELRELEASE)
392 $(Q)install -D -m 644 .config $(INSTALL_PATH)/config-$(KERNELRELEASE)
393 $(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE)
401 echo ' install - install kernel into $(INSTALL_PATH)'
/linux-4.4.14/arch/ia64/
H A DMakefile89 sh $(srctree)/arch/ia64/install.sh $(KERNELRELEASE) $< System.map "$(INSTALL_PATH)"
/linux-4.4.14/arch/arm64/
H A DMakefile122 echo ' install to $$(INSTALL_PATH) and run lilo'
/linux-4.4.14/arch/powerpc/boot/
H A DMakefile398 sh -x $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" vmlinux System.map "$(INSTALL_PATH)"
402 sh -x $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" vmlinux System.map "$(INSTALL_PATH)" $^
/linux-4.4.14/arch/x86/
H A DMakefile278 echo ' install to $$(INSTALL_PATH) and run lilo'
/linux-4.4.14/arch/arm/
H A DMakefile372 echo ' install to $$(INSTALL_PATH) and run lilo'
/linux-4.4.14/arch/powerpc/
H A DMakefile325 @echo ' install to $$(INSTALL_PATH) and run lilo'
/linux-4.4.14/
H A DMakefile807 # INSTALL_PATH specifies where to place the updated kernel and system map
809 export INSTALL_PATH ?= /boot macro
816 export INSTALL_DTBS_PATH ?= $(INSTALL_PATH)/dtbs/$(KERNELRELEASE)

Completed in 470 milliseconds