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

/linux-master/scripts/
H A Dinstall.sh12 for file in "${KBUILD_IMAGE}" System.map
36 exec "${file}" "${KERNELRELEASE}" "${KBUILD_IMAGE}" System.map "${INSTALL_PATH}"
/linux-master/scripts/package/
H A Dbuildtar64 [ -f "${KBUILD_IMAGE}" ] && cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
105 [ -f "${KBUILD_IMAGE}" ] && cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-kbuild-${KERNELRELEASE}"
/linux-master/arch/riscv/
H A DMakefile134 KBUILD_IMAGE := $(boot)/xipImage macro
136 KBUILD_IMAGE := $(boot)/Image.gz macro
158 KBUILD_IMAGE := $(boot)/loader.bin macro
161 KBUILD_IMAGE := $(boot)/Image.gz macro
163 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro
169 all: $(notdir $(KBUILD_IMAGE))
180 install: KBUILD_IMAGE := $(boot)/Image macro
181 zinstall: KBUILD_IMAGE := $(boot)/Image.gz macro
/linux-master/arch/arm64/
H A DMakefile158 KBUILD_IMAGE := $(boot)/Image.gz macro
160 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro
163 all: $(notdir $(KBUILD_IMAGE))
172 install: KBUILD_IMAGE := $(boot)/Image macro
/linux-master/arch/loongarch/
H A DMakefile15 KBUILD_IMAGE := $(boot)/vmlinux.elf macro
17 KBUILD_IMAGE := $(boot)/$(image-name-y).efi macro
168 all: $(notdir $(KBUILD_IMAGE)) $(KBUILD_DTBS)
176 $(Q)install -D -m 755 $(KBUILD_IMAGE) $(INSTALL_PATH)/$(image-name-y)-$(KERNELRELEASE)
/linux-master/arch/parisc/
H A DMakefile19 KBUILD_IMAGE := $(boot)/bzImage macro
183 install: KBUILD_IMAGE := vmlinux macro
184 zinstall: KBUILD_IMAGE := vmlinuz macro
/linux-master/arch/sparc/
H A DMakefile83 KBUILD_IMAGE := $(boot)/zImage macro
/linux-master/arch/arm/
H A DMakefile248 KBUILD_IMAGE := $(boot)/xipImage macro
250 KBUILD_IMAGE := $(boot)/zImage macro
273 all: $(notdir $(KBUILD_IMAGE))
297 $(INSTALL_TARGETS): KBUILD_IMAGE = $(boot)/$(patsubst %install,%Image,$@) macro
/linux-master/arch/sh/
H A DMakefile96 KBUILD_IMAGE := $(boot)/$(defaultimage-y) macro
167 all: $(notdir $(KBUILD_IMAGE))
/linux-master/arch/x86/
H A DMakefile275 # KBUILD_IMAGE specify target image being built
276 KBUILD_IMAGE := $(boot)/bzImage macro
282 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
/linux-master/arch/mips/boot/compressed/
H A DMakefile64 $(obj)/vmlinux.bin: $(KBUILD_IMAGE) FORCE
/linux-master/arch/s390/
H A DMakefile136 #KBUILD_IMAGE is necessary for packaging targets like rpm-pkg, deb-pkg...
137 KBUILD_IMAGE := $(boot)/bzImage macro
/linux-master/
H A DMakefile1066 # KBUILD_IMAGE may be overruled on the command line or
1070 export KBUILD_IMAGE ?= vmlinux macro
2039 @echo $(KBUILD_IMAGE)

Completed in 602 milliseconds