Searched refs:install (Results 1 – 22 of 22) sorted by relevance
| /arch/parisc/ |
| A D | Makefile | 152 INSTALL_TARGETS = zinstall install 182 vdso-install-y += arch/parisc/kernel/vdso32/vdso32.so 183 vdso-install-$(CONFIG_64BIT) += arch/parisc/kernel/vdso64/vdso64.so 185 install: KBUILD_IMAGE := vmlinux target 187 install zinstall: target 188 $(call cmd,install)
|
| /arch/sparc/ |
| A D | Makefile | 73 install: target 74 $(call cmd,install) 79 vdso-install-$(CONFIG_SPARC64) += arch/sparc/vdso/vdso64.so.dbg 80 vdso-install-$(CONFIG_COMPAT) += arch/sparc/vdso/vdso32.so.dbg
|
| /arch/x86/boot/ |
| A D | install.sh | 34 elif [ -x /etc/lilo/install ]; then 35 /etc/lilo/install
|
| /arch/arm64/ |
| A D | Makefile | 191 install: KBUILD_IMAGE := $(DEFAULT_KBUILD_IMAGE) target 192 install zinstall: target 193 $(call cmd,install) 215 vdso-install-y += arch/arm64/kernel/vdso/vdso.so.dbg 216 vdso-install-$(CONFIG_COMPAT_VDSO) += arch/arm64/kernel/vdso32/vdso32.so.dbg
|
| A D | Kconfig | 2454 This makes the regular "make install" install the compressed 2459 in your environment before making "make install" do this for
|
| /arch/s390/ |
| A D | Makefile | 126 install: target 127 $(call cmd,install) 154 vdso-install-y += arch/s390/kernel/vdso64/vdso64.so.dbg 155 vdso-install-$(CONFIG_COMPAT) += arch/s390/kernel/vdso32/vdso32.so.dbg
|
| /arch/x86/ |
| A D | Makefile | 327 PHONY += install 328 install: target 329 $(call cmd,install) 331 vdso-install-$(CONFIG_X86_64) += arch/x86/entry/vdso/vdso64.so.dbg 332 vdso-install-$(CONFIG_X86_X32_ABI) += arch/x86/entry/vdso/vdsox32.so.dbg 333 vdso-install-$(CONFIG_COMPAT_32) += arch/x86/entry/vdso/vdso32.so.dbg
|
| A D | Kconfig | 2309 Linux can allow user programs to install a per-process x86 2775 9) install a fan for the video card or exchange video RAM 2776 10) install a better fan for the CPU
|
| /arch/riscv/ |
| A D | Makefile | 189 vdso-install-y += arch/riscv/kernel/vdso/vdso.so.dbg 190 vdso-install-$(CONFIG_COMPAT) += arch/riscv/kernel/compat_vdso/compat_vdso.so.dbg 205 install zinstall: target 206 $(call cmd,install)
|
| /arch/loongarch/ |
| A D | Makefile | 180 vdso-install-y += arch/loongarch/vdso/vdso.so.dbg 189 install: target 190 $(call cmd,install)
|
| /arch/arm/ |
| A D | Makefile | 293 INSTALL_TARGETS = zinstall uinstall install 304 $(INSTALL_TARGETS): KBUILD_IMAGE = $(boot)/$(patsubst %install,%Image,$@) 306 $(call cmd,install) 308 vdso-install-$(CONFIG_VDSO) += arch/arm/vdso/vdso.so.dbg
|
| /arch/mips/ |
| A D | Makefile | 432 install: target 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)
|
| /arch/arm/kernel/ |
| A D | hyp-stub.S | 114 @ Now install the hypervisor stub:
|
| /arch/x86/um/vdso/ |
| A D | Makefile | 8 vdso-install-$(VDSO64-y) += vdso.so
|
| /arch/powerpc/ |
| A D | Makefile | 375 PHONY += install 376 install: target 377 $(call cmd,install)
|
| /arch/um/drivers/ |
| A D | stdio_console.c | 100 .install = con_install,
|
| A D | ssl.c | 102 .install = ssl_install,
|
| /arch/arm/boot/dts/aspeed/ |
| A D | aspeed-bmc-delta-ahe50dc.dts | 395 * back to one causes a power output glitch, so install a hog to keep
|
| /arch/powerpc/boot/ |
| A D | Makefile | 457 INSTALL := install 488 $(call cmd,install)
|
| /arch/arm64/boot/dts/freescale/ |
| A D | fsl-ls1088a-ten64.dts | 382 /* recovery / install environment */
|
| /arch/m68k/fpsp040/ |
| A D | skeleton.S | 5 | need to be modified to install the FPSP.
|
| /arch/arm/mm/ |
| A D | Kconfig | 711 Extensions to install hypervisors without run-time firmware
|
Completed in 35 milliseconds