Searched refs:KBUILD_IMAGE (Results 1 – 14 of 14) sorted by relevance
108 KBUILD_IMAGE := $(boot)/xipImage macro110 KBUILD_IMAGE := $(boot)/Image.gz macro135 KBUILD_IMAGE := $(boot)/loader.bin macro138 KBUILD_IMAGE := $(boot)/Image.gz macro140 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro146 all: $(notdir $(KBUILD_IMAGE))155 install: KBUILD_IMAGE := $(boot)/Image macro156 zinstall: KBUILD_IMAGE := $(boot)/Image.gz macro
100 [ -f "${KBUILD_IMAGE}" ] && cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"141 …[ -f "${KBUILD_IMAGE}" ] && cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-kbuild-${KERNELRELE…
12 for file in "${KBUILD_IMAGE}" System.map36 exec "${file}" "${KERNELRELEASE}" "${KBUILD_IMAGE}" System.map "${INSTALL_PATH}"
14 KBUILD_IMAGE := $(boot)/vmlinux.elf macro16 KBUILD_IMAGE := $(boot)/$(image-name-y).efi macro117 all: $(notdir $(KBUILD_IMAGE))123 $(Q)install -D -m 755 $(KBUILD_IMAGE) $(INSTALL_PATH)/$(image-name-y)-$(KERNELRELEASE)
153 KBUILD_IMAGE := $(boot)/Image.gz macro155 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro158 all: $(notdir $(KBUILD_IMAGE))167 install: KBUILD_IMAGE := $(boot)/Image macro
19 KBUILD_IMAGE := $(boot)/bzImage macro185 install: KBUILD_IMAGE := vmlinux macro186 zinstall: KBUILD_IMAGE := vmlinuz macro
251 KBUILD_IMAGE := $(boot)/xipImage macro253 KBUILD_IMAGE := $(boot)/zImage macro276 all: $(notdir $(KBUILD_IMAGE))300 $(INSTALL_TARGETS): KBUILD_IMAGE = $(boot)/$(patsubst %install,%Image,$@) macro
96 KBUILD_IMAGE := $(boot)/$(defaultimage-y) macro189 all: $(notdir $(KBUILD_IMAGE))
83 KBUILD_IMAGE := $(boot)/zImage macro
271 KBUILD_IMAGE := $(boot)/bzImage macro277 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
74 install: KBUILD_IMAGE := vmlinux.gz macro
130 KBUILD_IMAGE := $(boot)/bzImage macro
64 $(obj)/vmlinux.bin: $(KBUILD_IMAGE) FORCE
1142 export KBUILD_IMAGE ?= vmlinux macro2103 @echo $(KBUILD_IMAGE)