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

/linux-4.1.27/tools/testing/selftests/
H A DMakefile59 INSTALL_PATH ?= install macro
60 INSTALL_PATH := $(abspath $(INSTALL_PATH)) macro
61 ALL_SCRIPT := $(INSTALL_PATH)/run_kselftest.sh
64 ifdef INSTALL_PATH
66 mkdir -p $(INSTALL_PATH)
68 mkdir -p $(INSTALL_PATH)/$$TARGET ; \
69 make -C $$TARGET INSTALL_PATH=$(INSTALL_PATH)/$$TARGET install; \
87 $(error Error: set INSTALL_PATH to use install)
H A Dlib.mk15 mkdir -p $(INSTALL_PATH)
16 install -t $(INSTALL_PATH) $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES)
20 ifdef INSTALL_PATH
23 $(error Error: set INSTALL_PATH to use install)
H A Dkselftest_install.sh34 INSTALL_PATH=$install_dir make install
/linux-4.1.27/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.1.27/arch/arm64/boot/
H A DMakefile27 $(obj)/Image System.map "$(INSTALL_PATH)"
31 $(obj)/Image.gz System.map "$(INSTALL_PATH)"
/linux-4.1.27/arch/s390/boot/
H A DMakefile26 System.map "$(INSTALL_PATH)"
/linux-4.1.27/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.1.27/arch/x86/boot/
H A DMakefile184 if [ -f $(INSTALL_PATH)/vmlinuz ]; then mv $(INSTALL_PATH)/vmlinuz $(INSTALL_PATH)/vmlinuz.old; fi
185 if [ -f $(INSTALL_PATH)/System.map ]; then mv $(INSTALL_PATH)/System.map $(INSTALL_PATH)/System.old; fi
186 cat $(obj)/bzImage > $(INSTALL_PATH)/vmlinuz
187 cp System.map $(INSTALL_PATH)/
192 System.map "$(INSTALL_PATH)"
/linux-4.1.27/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.1.27/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.1.27/arch/nios2/
H A DMakefile41 INSTALL_PATH ?= /tftpboot macro
73 echo ' install to $$(INSTALL_PATH)'
/linux-4.1.27/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.1.27/arch/sparc/boot/
H A DMakefile75 System.map "$(INSTALL_PATH)"
/linux-4.1.27/arch/nios2/boot/
H A DMakefile59 sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(BOOTIMAGE) System.map "$(INSTALL_PATH)"
/linux-4.1.27/arch/blackfin/
H A DMakefile142 INSTALL_PATH ?= /tftpboot macro
167 echo ' install to $$(INSTALL_PATH)'
/linux-4.1.27/arch/blackfin/boot/
H A DMakefile71 sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(BOOTIMAGE) System.map "$(INSTALL_PATH)"
/linux-4.1.27/arch/mips/
H A DMakefile391 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
393 $(Q)install -D -m 755 vmlinuz $(INSTALL_PATH)/vmlinuz-$(KERNELRELEASE)
395 $(Q)install -D -m 644 .config $(INSTALL_PATH)/config-$(KERNELRELEASE)
396 $(Q)install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE)
404 echo ' install - install kernel into $(INSTALL_PATH)'
/linux-4.1.27/arch/arm64/
H A DMakefile102 echo ' install to $$(INSTALL_PATH) and run lilo'
/linux-4.1.27/arch/ia64/
H A DMakefile89 sh $(srctree)/arch/ia64/install.sh $(KERNELRELEASE) $< System.map "$(INSTALL_PATH)"
/linux-4.1.27/arch/powerpc/boot/
H A DMakefile395 sh -x $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" vmlinux System.map "$(INSTALL_PATH)"
399 sh -x $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" vmlinux System.map "$(INSTALL_PATH)" $^
/linux-4.1.27/arch/x86/
H A DMakefile258 echo ' install to $$(INSTALL_PATH) and run lilo'
/linux-4.1.27/arch/powerpc/
H A DMakefile284 @echo ' install to $$(INSTALL_PATH) and run lilo'
/linux-4.1.27/arch/arm/
H A DMakefile361 echo ' install to $$(INSTALL_PATH) and run lilo'
/linux-4.1.27/
H A DMakefile811 # INSTALL_PATH specifies where to place the updated kernel and system map
813 export INSTALL_PATH ?= /boot macro
820 export INSTALL_DTBS_PATH ?= $(INSTALL_PATH)/dtbs/$(KERNELRELEASE)

Completed in 287 milliseconds