Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/riscv/
A DMakefile119 KBUILD_IMAGE := $(boot)/xipImage macro
121 KBUILD_IMAGE := $(boot)/Image.gz macro
146 KBUILD_IMAGE := $(boot)/loader.bin macro
149 KBUILD_IMAGE := $(boot)/Image.gz macro
151 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro
157 all: $(notdir $(KBUILD_IMAGE))
166 install: KBUILD_IMAGE := $(boot)/Image macro
167 zinstall: KBUILD_IMAGE := $(boot)/Image.gz macro
/linux-6.3-rc2/scripts/package/
A Dbuildtar68 [ -f "${KBUILD_IMAGE}" ] && cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
109 …[ -f "${KBUILD_IMAGE}" ] && cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-kbuild-${KERNELRELE…
/linux-6.3-rc2/scripts/
A Dinstall.sh12 for file in "${KBUILD_IMAGE}" System.map
36 exec "${file}" "${KERNELRELEASE}" "${KBUILD_IMAGE}" System.map "${INSTALL_PATH}"
/linux-6.3-rc2/arch/loongarch/
A DMakefile14 KBUILD_IMAGE := $(boot)/vmlinux.elf macro
16 KBUILD_IMAGE := $(boot)/$(image-name-y).efi macro
131 all: $(notdir $(KBUILD_IMAGE))
137 $(Q)install -D -m 755 $(KBUILD_IMAGE) $(INSTALL_PATH)/$(image-name-y)-$(KERNELRELEASE)
/linux-6.3-rc2/arch/arm64/
A DMakefile154 KBUILD_IMAGE := $(boot)/Image.gz macro
156 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro
159 all: $(notdir $(KBUILD_IMAGE))
168 install: KBUILD_IMAGE := $(boot)/Image macro
/linux-6.3-rc2/arch/parisc/
A DMakefile19 KBUILD_IMAGE := $(boot)/bzImage macro
185 install: KBUILD_IMAGE := vmlinux macro
186 zinstall: KBUILD_IMAGE := vmlinuz macro
/linux-6.3-rc2/arch/arm/
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-6.3-rc2/arch/sh/
A DMakefile96 KBUILD_IMAGE := $(boot)/$(defaultimage-y) macro
189 all: $(notdir $(KBUILD_IMAGE))
/linux-6.3-rc2/arch/sparc/
A DMakefile83 KBUILD_IMAGE := $(boot)/zImage macro
/linux-6.3-rc2/arch/x86/
A DMakefile277 KBUILD_IMAGE := $(boot)/bzImage macro
283 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
/linux-6.3-rc2/arch/ia64/
A DMakefile74 install: KBUILD_IMAGE := vmlinux.gz macro
/linux-6.3-rc2/arch/s390/
A DMakefile130 KBUILD_IMAGE := $(boot)/bzImage macro
/linux-6.3-rc2/arch/mips/boot/compressed/
A DMakefile64 $(obj)/vmlinux.bin: $(KBUILD_IMAGE) FORCE
/linux-6.3-rc2/
A DMakefile1144 export KBUILD_IMAGE ?= vmlinux macro
2142 @echo $(KBUILD_IMAGE)

Completed in 35 milliseconds