Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/package/
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-6.12.1/arch/riscv/
DMakefile141 KBUILD_IMAGE := $(boot)/xipImage macro
144 KBUILD_IMAGE := $(boot)/loader.bin macro
147 KBUILD_IMAGE := $(boot)/Image.gz macro
149 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro
168 KBUILD_IMAGE := $(boot)/$(boot-image-y) macro
189 all: $(notdir $(KBUILD_IMAGE))
/linux-6.12.1/scripts/
Dinstall.sh12 for file in "${KBUILD_IMAGE}" System.map
40 exec "${file}" "${KERNELRELEASE}" "${KBUILD_IMAGE}" System.map "${INSTALL_PATH}"
/linux-6.12.1/arch/arm64/
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-6.12.1/arch/loongarch/
DMakefile15 KBUILD_IMAGE := $(boot)/vmlinux.elf macro
17 KBUILD_IMAGE := $(boot)/$(image-name-y).efi macro
172 all: $(notdir $(KBUILD_IMAGE)) $(KBUILD_DTBS)
180 $(Q)install -D -m 755 $(KBUILD_IMAGE) $(INSTALL_PATH)/$(image-name-y)-$(KERNELRELEASE)
/linux-6.12.1/arch/parisc/
DMakefile19 KBUILD_IMAGE := $(boot)/bzImage macro
183 install: KBUILD_IMAGE := vmlinux macro
184 zinstall: KBUILD_IMAGE := vmlinuz macro
/linux-6.12.1/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-6.12.1/arch/sh/
DMakefile96 KBUILD_IMAGE := $(boot)/$(defaultimage-y) macro
167 all: $(notdir $(KBUILD_IMAGE))
/linux-6.12.1/arch/sparc/
DMakefile83 KBUILD_IMAGE := $(boot)/zImage macro
/linux-6.12.1/arch/x86/
DMakefile306 KBUILD_IMAGE := $(boot)/bzImage macro
312 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
/linux-6.12.1/arch/s390/
DMakefile131 KBUILD_IMAGE := $(boot)/bzImage macro
/linux-6.12.1/arch/mips/boot/compressed/
DMakefile58 $(obj)/vmlinux.bin: $(KBUILD_IMAGE) FORCE
/linux-6.12.1/
DMakefile1076 export KBUILD_IMAGE ?= vmlinux macro
2059 @echo $(KBUILD_IMAGE)