Home
last modified time | relevance | path

Searched refs:install (Results 1 – 25 of 26) sorted by relevance

12

/arch/mn10300/boot/
Dinstall.sh26 install -c -m 0755 $2 $4/vmlinuz
27 install -c -m 0755 $5 $4/boot.rom
28 install -c -m 0755 -d $4/../usr/include/linux
31 install -c -m 0644 $i $4/../usr/include/linux
33 install -c -m 0755 -d $4/../usr/include/linux/byteorder
36 install -c -m 0644 $i $4/../usr/include/linux/byteorder
38 install -c -m 0755 -d $4/../usr/include/linux/lockd
41 install -c -m 0644 $i $4/../usr/include/linux/lockd
43 install -c -m 0755 -d $4/../usr/include/linux/netfilter_ipv4
46 install -c -m 0644 $i $4/../usr/include/linux/netfilter_ipv4
[all …]
/arch/arm/boot/
DMakefile92 install: $(obj)/Image target
93 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(KERNELRELEASE) \
97 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(KERNELRELEASE) \
101 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(KERNELRELEASE) \
105 $(CONFIG_SHELL) $(srctree)/$(src)/install.sh $(KERNELRELEASE) \
/arch/frv/boot/
DMakefile61 install: $(CONFIGURE) Image target
62 sh ./install.sh $(KERNELRELEASE) Image System.map "$(INSTALL_PATH)"
65 sh ./install.sh $(KERNELRELEASE) zImage System.map "$(INSTALL_PATH)"
/arch/s390/boot/
DMakefile16 install: $(CONFIGURE) $(obj)/image target
17 sh -x $(srctree)/$(obj)/install.sh $(KERNELRELEASE) $(obj)/image \
/arch/x86/boot/
Dinstall.sh54 elif [ -x /etc/lilo/install ]; then
55 /etc/lilo/install
DMakefile190 if [ -x /sbin/lilo ]; then /sbin/lilo; else /etc/lilo/install; fi
192 install: target
193 sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(BOOTIMAGE) System.map "$(INSTALL_PATH)"
/arch/blackfin/boot/
DMakefile30 install: target
31 sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(BOOTIMAGE) System.map "$(INSTALL_PATH)"
/arch/x86/vdso/
DMakefile9 vdso-install-$(VDSO64-y) += vdso.so
10 vdso-install-$(VDSO32-y) += $(vdso32-images)
132 $(vdso-install-y): %.so: $(obj)/%.so.dbg FORCE
136 PHONY += vdso_install $(vdso-install-y)
137 vdso_install: $(vdso-install-y)
/arch/avr32/boot/images/
DMakefile56 install: $(BOOTIMAGE) target
57 sh $(srctree)/install-kernel.sh $<
/arch/parisc/
DMakefile107 sh $(src)/arch/parisc/install.sh \
110 install: kernel_install modules_install target
/arch/blackfin/
DMakefile141 PHONY += $(BOOT_TARGETS) install
149 install: target
150 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) install
DKconfig1071 (from <http://linux-hotplug.sourceforge.net/>) and install it.
/arch/avr32/
DMakefile49 .PHONY: $(BOOT_TARGETS) install
67 install: vmlinux target
/arch/x86/
DMakefile187 zdisk bzdisk fdimage fdimage144 fdimage288 isoimage install
212 install: target
213 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) install
/arch/ia64/
DMakefile97 install: vmlinux.gz target
98 sh $(srctree)/arch/ia64/install.sh $(KERNELRELEASE) $< System.map "$(INSTALL_PATH)"
/arch/x86/kernel/
Dldt.c228 goto install; in write_ldt()
237 install: in write_ldt()
/arch/powerpc/
DMakefile196 install: target
197 $(Q)$(MAKE) $(build)=$(boot) install
/arch/s390/
DMakefile103 install: vmlinux target
/arch/m68k/
DMakefile90 if [ -x /sbin/lilo ]; then /sbin/lilo; else /etc/lilo/install; fi
/arch/blackfin/mach-bf561/
DKconfig21 to install an interrupt handler for Supplemental
/arch/arm/
DMakefile226 zinstall install: vmlinux target
/arch/xtensa/
DKconfig201 (from <http://linux-hotplug.sourceforge.net/>) and install it.
/arch/m68k/fpsp040/
Dskeleton.S5 | need to be modified to install the FPSP.
/arch/um/
DKconfig.char228 The way to make use of this is to install the rng-tools package
/arch/alpha/kernel/
Dentry.S538 mt_fpcr $f30 # install saved fpcr

12