Home
last modified time | relevance | path

Searched defs:KBUILD_IMAGE (Results 1 – 9 of 9) sorted by relevance

/linux/arch/riscv/
H A DMakefile147 KBUILD_IMAGE := $(boot)/xipImage macro
150 KBUILD_IMAGE := $(boot)/loader.bin macro
153 KBUILD_IMAGE := $(boot)/Image.gz macro
155 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro
174 KBUILD_IMAGE := $(boot)/$(boot-image-y) macro
/linux/arch/arm64/
H A DMakefile176 KBUILD_IMAGE := $(boot)/Image.gz macro
178 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro
198 install: KBUILD_IMAGE := $(DEFAULT_KBUILD_IMAGE) macro
/linux/arch/arm/
H A DMakefile254 KBUILD_IMAGE := $(boot)/xipImage macro
256 KBUILD_IMAGE := $(boot)/zImage macro
303 $(INSTALL_TARGETS): KBUILD_IMAGE = $(boot)/$(patsubst %install,%Image,$@) macro
/linux/arch/nios2/
H A DMakefile46 KBUILD_IMAGE := $(nios2-boot)/vmImage macro
/linux/arch/s390/
H A DMakefile122 KBUILD_IMAGE := $(boot)/bzImage macro
/linux/arch/m68k/
H A DMakefile132 install: KBUILD_IMAGE := vmlinux.gz macro
/linux/arch/sh/
H A DMakefile96 KBUILD_IMAGE := $(boot)/$(defaultimage-y) macro
/linux/arch/x86/
H A DMakefile306 KBUILD_IMAGE := $(boot)/bzImage macro
/linux/
H A DMakefile1145 export KBUILD_IMAGE ?= vmlinux macro