Searched refs:KBUILD_IMAGE (Results 1 – 10 of 10) sorted by relevance
146 KBUILD_IMAGE := $(boot)/xipImage macro149 KBUILD_IMAGE := $(boot)/loader.bin macro152 KBUILD_IMAGE := $(boot)/Image.gz macro154 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro173 KBUILD_IMAGE := $(boot)/$(boot-image-y) macro194 all: $(notdir $(KBUILD_IMAGE))
169 KBUILD_IMAGE := $(boot)/Image.gz macro171 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro174 all: $(notdir $(KBUILD_IMAGE))186 DEFAULT_KBUILD_IMAGE = $(KBUILD_IMAGE)191 install: KBUILD_IMAGE := $(DEFAULT_KBUILD_IMAGE) macro
19 KBUILD_IMAGE := $(boot)/bzImage macro185 install: KBUILD_IMAGE := vmlinux macro186 zinstall: KBUILD_IMAGE := vmlinuz macro
15 KBUILD_IMAGE := $(boot)/vmlinux.elf macro17 KBUILD_IMAGE := $(boot)/$(image-name-y).efi macro182 all: $(notdir $(KBUILD_IMAGE)) $(KBUILD_DTBS)
255 KBUILD_IMAGE := $(boot)/xipImage macro257 KBUILD_IMAGE := $(boot)/zImage macro280 all: $(notdir $(KBUILD_IMAGE))304 $(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
314 KBUILD_IMAGE := $(boot)/bzImage macro320 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
124 KBUILD_IMAGE := $(boot)/bzImage macro
58 $(obj)/vmlinux.bin: $(KBUILD_IMAGE) FORCE
Completed in 22 milliseconds