Searched refs:KBUILD_IMAGE (Results 1 – 14 of 14) sorted by relevance
125 KBUILD_IMAGE := $(boot)/xipImage macro127 KBUILD_IMAGE := $(boot)/Image.gz macro152 KBUILD_IMAGE := $(boot)/loader.bin macro155 KBUILD_IMAGE := $(boot)/Image.gz macro157 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro163 all: $(notdir $(KBUILD_IMAGE))172 install: KBUILD_IMAGE := $(boot)/Image macro173 zinstall: KBUILD_IMAGE := $(boot)/Image.gz macro
68 [ -f "${KBUILD_IMAGE}" ] && cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"109 …[ -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 macro143 all: $(notdir $(KBUILD_IMAGE))149 $(Q)install -D -m 755 $(KBUILD_IMAGE) $(INSTALL_PATH)/$(image-name-y)-$(KERNELRELEASE)
154 KBUILD_IMAGE := $(boot)/Image.gz macro156 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro159 all: $(notdir $(KBUILD_IMAGE))168 install: KBUILD_IMAGE := $(boot)/Image macro
19 KBUILD_IMAGE := $(boot)/bzImage macro187 install: KBUILD_IMAGE := vmlinux macro188 zinstall: KBUILD_IMAGE := vmlinuz macro
254 KBUILD_IMAGE := $(boot)/xipImage macro256 KBUILD_IMAGE := $(boot)/zImage macro279 all: $(notdir $(KBUILD_IMAGE))303 $(INSTALL_TARGETS): KBUILD_IMAGE = $(boot)/$(patsubst %install,%Image,$@) macro
96 KBUILD_IMAGE := $(boot)/$(defaultimage-y) macro167 all: $(notdir $(KBUILD_IMAGE))
84 KBUILD_IMAGE := $(boot)/zImage macro
74 install: KBUILD_IMAGE := vmlinux.gz macro
277 KBUILD_IMAGE := $(boot)/bzImage macro283 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
130 KBUILD_IMAGE := $(boot)/bzImage macro
64 $(obj)/vmlinux.bin: $(KBUILD_IMAGE) FORCE
1075 export KBUILD_IMAGE ?= vmlinux macro2032 @echo $(KBUILD_IMAGE)