Home
last modified time | relevance | path

Searched refs:KBUILD_IMAGE (Results 1 – 8 of 8) 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 DMakefile172 KBUILD_IMAGE := $(boot)/Image.gz macro
174 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro
177 all: $(notdir $(KBUILD_IMAGE))
189 DEFAULT_KBUILD_IMAGE = $(KBUILD_IMAGE)
194 install: KBUILD_IMAGE := $(DEFAULT_KBUILD_IMAGE) macro
/linux/arch/parisc/
H A DMakefile19 KBUILD_IMAGE := $(boot)/bzImage macro
193 install: KBUILD_IMAGE := vmlinux macro
194 zinstall: KBUILD_IMAGE := vmlinuz macro
/linux/arch/riscv/
H A DMakefile147 KBUILD_IMAGE := $(boot)/$(boot-image-y) macro
171 all: $(notdir $(KBUILD_IMAGE))
/linux/arch/x86/
H A DMakefile303 KBUILD_IMAGE := $(boot)/bzImage macro
309 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
/linux/arch/mips/boot/compressed/
H A DMakefile58 $(obj)/vmlinux.bin: $(KBUILD_IMAGE) FORCE
/linux/
H A DMakefile1310 export KBUILD_IMAGE ?= vmlinux macro
2307 sbom: $(notdir $(KBUILD_IMAGE)) include/generated/autoconf.h $(if $(CONFIG_MODULES),modules modules…
2381 @echo $(KBUILD_IMAGE)