Home
last modified time | relevance | path

Searched refs:KBUILD_IMAGE (Results 1 – 10 of 10) 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
40 exec "${file}" "${KERNELRELEASE}" "${KBUILD_IMAGE}" System.map "${INSTALL_PATH}"
/linux/arch/arm64/
H A DMakefile169 KBUILD_IMAGE := $(boot)/Image.gz macro
171 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro
174 all: $(notdir $(KBUILD_IMAGE))
186 DEFAULT_KBUILD_IMAGE = $(KBUILD_IMAGE)
191 install: KBUILD_IMAGE := $(DEFAULT_KBUILD_IMAGE) macro
/linux/arch/parisc/
H A DMakefile19 KBUILD_IMAGE := $(boot)/bzImage macro
185 install: KBUILD_IMAGE := vmlinux macro
186 zinstall: KBUILD_IMAGE := vmlinuz macro
/linux/arch/loongarch/
H A DMakefile20 KBUILD_IMAGE := $(boot)/vmlinux.elf macro
22 KBUILD_IMAGE := $(boot)/$(image-name-y).efi macro
192 all: $(notdir $(KBUILD_IMAGE)) $(KBUILD_DTBS)
/linux/arch/riscv/
H A DMakefile154 KBUILD_IMAGE := $(boot)/$(boot-image-y)
178 all: $(notdir $(KBUILD_IMAGE))
187 # the install target always installs KBUILD_IMAGE (which may be compressed)
151 KBUILD_IMAGE := $(boot)/$(boot-image-y) global() macro
/linux/arch/x86/
H A DMakefile303 # KBUILD_IMAGE specify target image being built
304 KBUILD_IMAGE := $(boot)/bzImage macro
310 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
/linux/arch/s390/
H A DMakefile130 KBUILD_IMAGE := $(boot)/bzImage macro
/linux/arch/mips/boot/compressed/
H A DMakefile58 $(obj)/vmlinux.bin: $(KBUILD_IMAGE) FORCE
/linux/
H A DMakefile1210 # KBUILD_IMAGE may be overruled on the command line or
1214 export KBUILD_IMAGE ?= vmlinux
2217 @echo $(KBUILD_IMAGE)
1195 export KBUILD_IMAGE ?= vmlinux global() macro