Home
last modified time | relevance | path

Searched refs:KBUILD_IMAGE (Results 1 – 13 of 13) sorted by relevance

/linux/scripts/package/
H A Dbuildtar65 cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
102 cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}";;
104 cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}";;
108 cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}"
/linux/scripts/
H A Dinstall.sh12 for file in "${KBUILD_IMAGE}" System.map
36 exec "${file}" "${KERNELRELEASE}" "${KBUILD_IMAGE}" System.map "${INSTALL_PATH}"
/linux/arch/riscv/
H A DMakefile144 KBUILD_IMAGE := $(boot)/xipImage macro
147 KBUILD_IMAGE := $(boot)/loader.bin macro
150 KBUILD_IMAGE := $(boot)/Image.gz macro
152 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro
170 KBUILD_IMAGE := $(boot)/$(boot-image-y) macro
191 all: $(notdir $(KBUILD_IMAGE))
/linux/arch/arm64/
H A DMakefile169 KBUILD_IMAGE := $(boot)/Image.gz macro
171 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro
174 all: $(notdir $(KBUILD_IMAGE))
185 install: KBUILD_IMAGE := $(boot)/Image macro
/linux/arch/loongarch/
H A DMakefile15 KBUILD_IMAGE := $(boot)/vmlinux.elf macro
17 KBUILD_IMAGE := $(boot)/$(image-name-y).efi macro
171 all: $(notdir $(KBUILD_IMAGE)) $(KBUILD_DTBS)
179 $(Q)install -D -m 755 $(KBUILD_IMAGE) $(INSTALL_PATH)/$(image-name-y)-$(KERNELRELEASE)
/linux/arch/parisc/
H A DMakefile19 KBUILD_IMAGE := $(boot)/bzImage macro
183 install: KBUILD_IMAGE := vmlinux macro
184 zinstall: KBUILD_IMAGE := vmlinuz macro
/linux/arch/arm/
H A DMakefile255 KBUILD_IMAGE := $(boot)/xipImage macro
257 KBUILD_IMAGE := $(boot)/zImage macro
280 all: $(notdir $(KBUILD_IMAGE))
304 $(INSTALL_TARGETS): KBUILD_IMAGE = $(boot)/$(patsubst %install,%Image,$@) macro
/linux/arch/sh/
H A DMakefile96 KBUILD_IMAGE := $(boot)/$(defaultimage-y) macro
167 all: $(notdir $(KBUILD_IMAGE))
/linux/arch/sparc/
H A DMakefile83 KBUILD_IMAGE := $(boot)/zImage macro
/linux/arch/x86/
H A DMakefile296 KBUILD_IMAGE := $(boot)/bzImage macro
302 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
/linux/arch/s390/
H A DMakefile131 KBUILD_IMAGE := $(boot)/bzImage macro
/linux/arch/mips/boot/compressed/
H A DMakefile58 $(obj)/vmlinux.bin: $(KBUILD_IMAGE) FORCE
/linux/
H A DMakefile1081 export KBUILD_IMAGE ?= vmlinux macro
2054 @echo $(KBUILD_IMAGE)