Home
last modified time | relevance | path

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

/Linux-v6.6/arch/riscv/
DMakefile125 KBUILD_IMAGE := $(boot)/xipImage macro
127 KBUILD_IMAGE := $(boot)/Image.gz macro
152 KBUILD_IMAGE := $(boot)/loader.bin macro
155 KBUILD_IMAGE := $(boot)/Image.gz macro
157 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro
163 all: $(notdir $(KBUILD_IMAGE))
172 install: KBUILD_IMAGE := $(boot)/Image macro
173 zinstall: KBUILD_IMAGE := $(boot)/Image.gz macro
/Linux-v6.6/scripts/package/
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-v6.6/scripts/
Dinstall.sh12 for file in "${KBUILD_IMAGE}" System.map
36 exec "${file}" "${KERNELRELEASE}" "${KBUILD_IMAGE}" System.map "${INSTALL_PATH}"
/Linux-v6.6/arch/loongarch/
DMakefile14 KBUILD_IMAGE := $(boot)/vmlinux.elf macro
16 KBUILD_IMAGE := $(boot)/$(image-name-y).efi macro
143 all: $(notdir $(KBUILD_IMAGE))
149 $(Q)install -D -m 755 $(KBUILD_IMAGE) $(INSTALL_PATH)/$(image-name-y)-$(KERNELRELEASE)
/Linux-v6.6/arch/arm64/
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-v6.6/arch/parisc/
DMakefile19 KBUILD_IMAGE := $(boot)/bzImage macro
187 install: KBUILD_IMAGE := vmlinux macro
188 zinstall: KBUILD_IMAGE := vmlinuz macro
/Linux-v6.6/arch/arm/
DMakefile254 KBUILD_IMAGE := $(boot)/xipImage macro
256 KBUILD_IMAGE := $(boot)/zImage macro
279 all: $(notdir $(KBUILD_IMAGE))
303 $(INSTALL_TARGETS): KBUILD_IMAGE = $(boot)/$(patsubst %install,%Image,$@) macro
/Linux-v6.6/arch/sh/
DMakefile96 KBUILD_IMAGE := $(boot)/$(defaultimage-y) macro
167 all: $(notdir $(KBUILD_IMAGE))
/Linux-v6.6/arch/sparc/
DMakefile84 KBUILD_IMAGE := $(boot)/zImage macro
/Linux-v6.6/arch/ia64/
DMakefile74 install: KBUILD_IMAGE := vmlinux.gz macro
/Linux-v6.6/arch/x86/
DMakefile277 KBUILD_IMAGE := $(boot)/bzImage macro
283 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
/Linux-v6.6/arch/s390/
DMakefile130 KBUILD_IMAGE := $(boot)/bzImage macro
/Linux-v6.6/arch/mips/boot/compressed/
DMakefile64 $(obj)/vmlinux.bin: $(KBUILD_IMAGE) FORCE
/Linux-v6.6/
DMakefile1075 export KBUILD_IMAGE ?= vmlinux macro
2032 @echo $(KBUILD_IMAGE)