Home
last modified time | relevance | path

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

/Linux-v6.1/arch/riscv/
DMakefile108 KBUILD_IMAGE := $(boot)/xipImage macro
110 KBUILD_IMAGE := $(boot)/Image.gz macro
135 KBUILD_IMAGE := $(boot)/loader.bin macro
138 KBUILD_IMAGE := $(boot)/Image.gz macro
140 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro
146 all: $(notdir $(KBUILD_IMAGE))
155 install: KBUILD_IMAGE := $(boot)/Image macro
156 zinstall: KBUILD_IMAGE := $(boot)/Image.gz macro
/Linux-v6.1/scripts/package/
Dbuildtar100 [ -f "${KBUILD_IMAGE}" ] && cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
141 …[ -f "${KBUILD_IMAGE}" ] && cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-kbuild-${KERNELRELE…
/Linux-v6.1/scripts/
Dinstall.sh12 for file in "${KBUILD_IMAGE}" System.map
36 exec "${file}" "${KERNELRELEASE}" "${KBUILD_IMAGE}" System.map "${INSTALL_PATH}"
/Linux-v6.1/arch/loongarch/
DMakefile14 KBUILD_IMAGE := $(boot)/vmlinux.elf macro
16 KBUILD_IMAGE := $(boot)/$(image-name-y).efi macro
117 all: $(notdir $(KBUILD_IMAGE))
123 $(Q)install -D -m 755 $(KBUILD_IMAGE) $(INSTALL_PATH)/$(image-name-y)-$(KERNELRELEASE)
/Linux-v6.1/arch/arm64/
DMakefile153 KBUILD_IMAGE := $(boot)/Image.gz macro
155 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro
158 all: $(notdir $(KBUILD_IMAGE))
167 install: KBUILD_IMAGE := $(boot)/Image macro
/Linux-v6.1/arch/parisc/
DMakefile19 KBUILD_IMAGE := $(boot)/bzImage macro
185 install: KBUILD_IMAGE := vmlinux macro
186 zinstall: KBUILD_IMAGE := vmlinuz macro
/Linux-v6.1/arch/arm/
DMakefile251 KBUILD_IMAGE := $(boot)/xipImage macro
253 KBUILD_IMAGE := $(boot)/zImage macro
276 all: $(notdir $(KBUILD_IMAGE))
300 $(INSTALL_TARGETS): KBUILD_IMAGE = $(boot)/$(patsubst %install,%Image,$@) macro
/Linux-v6.1/arch/sh/
DMakefile96 KBUILD_IMAGE := $(boot)/$(defaultimage-y) macro
189 all: $(notdir $(KBUILD_IMAGE))
/Linux-v6.1/arch/sparc/
DMakefile83 KBUILD_IMAGE := $(boot)/zImage macro
/Linux-v6.1/arch/x86/
DMakefile271 KBUILD_IMAGE := $(boot)/bzImage macro
277 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
/Linux-v6.1/arch/ia64/
DMakefile74 install: KBUILD_IMAGE := vmlinux.gz macro
/Linux-v6.1/arch/s390/
DMakefile130 KBUILD_IMAGE := $(boot)/bzImage macro
/Linux-v6.1/arch/mips/boot/compressed/
DMakefile64 $(obj)/vmlinux.bin: $(KBUILD_IMAGE) FORCE
/Linux-v6.1/
DMakefile1142 export KBUILD_IMAGE ?= vmlinux macro
2103 @echo $(KBUILD_IMAGE)