Searched defs:KBUILD_IMAGE (Results 1 – 13 of 13) sorted by relevance
119 KBUILD_IMAGE := $(boot)/xipImage macro121 KBUILD_IMAGE := $(boot)/Image.gz macro146 KBUILD_IMAGE := $(boot)/loader.bin macro149 KBUILD_IMAGE := $(boot)/Image.gz macro151 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro166 install: KBUILD_IMAGE := $(boot)/Image macro167 zinstall: KBUILD_IMAGE := $(boot)/Image.gz macro
154 KBUILD_IMAGE := $(boot)/Image.gz macro156 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro168 install: KBUILD_IMAGE := $(boot)/Image macro
19 KBUILD_IMAGE := $(boot)/bzImage macro185 install: KBUILD_IMAGE := vmlinux macro186 zinstall: KBUILD_IMAGE := vmlinuz macro
14 KBUILD_IMAGE := $(boot)/vmlinux.elf macro16 KBUILD_IMAGE := $(boot)/$(image-name-y).efi macro
255 KBUILD_IMAGE := $(boot)/xipImage macro257 KBUILD_IMAGE := $(boot)/zImage macro304 $(INSTALL_TARGETS): KBUILD_IMAGE = $(boot)/$(patsubst %install,%Image,$@) macro
46 KBUILD_IMAGE := $(nios2-boot)/vmImage macro
83 KBUILD_IMAGE := $(boot)/zImage macro
74 install: KBUILD_IMAGE := vmlinux.gz macro
277 KBUILD_IMAGE := $(boot)/bzImage macro
132 install: KBUILD_IMAGE := vmlinux.gz macro
130 KBUILD_IMAGE := $(boot)/bzImage macro
96 KBUILD_IMAGE := $(boot)/$(defaultimage-y) macro
1144 export KBUILD_IMAGE ?= vmlinux macro
Completed in 16 milliseconds