Searched refs:KBUILD_IMAGE (Results 1 – 14 of 14) sorted by relevance
125 KBUILD_IMAGE := $(boot)/xipImage macro127 KBUILD_IMAGE := $(boot)/Image.gz macro149 KBUILD_IMAGE := $(boot)/loader.bin macro152 KBUILD_IMAGE := $(boot)/Image.gz macro154 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro160 all: $(notdir $(KBUILD_IMAGE))169 install: KBUILD_IMAGE := $(boot)/Image macro170 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 macro141 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 macro183 install: KBUILD_IMAGE := vmlinux macro184 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))
83 KBUILD_IMAGE := $(boot)/zImage macro
278 KBUILD_IMAGE := $(boot)/bzImage macro284 $(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
1075 # KBUILD_IMAGE may be overruled on the command line or1079 export KBUILD_IMAGE ?= vmlinux2040 @echo $(KBUILD_IMAGE)1074 export KBUILD_IMAGE ?= vmlinux global() macro