Home
last modified time | relevance | path

Searched refs:KBUILD_IMAGE (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-6.6/arch/riscv/
H A DMakefile125 KBUILD_IMAGE := $(boot)/xipImage macro
127 KBUILD_IMAGE := $(boot)/Image.gz macro
152 KBUILD_IMAGE := $(boot)/loader.bin macro
155 KBUILD_IMAGE := $(boot)/Image.gz macro
157 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro
163 all: $(notdir $(KBUILD_IMAGE))
172 install: KBUILD_IMAGE := $(boot)/Image macro
173 zinstall: KBUILD_IMAGE := $(boot)/Image.gz macro
/kernel/linux/linux-5.10/arch/riscv/
H A DMakefile96 KBUILD_IMAGE := $(boot)/Image.gz macro
114 KBUILD_IMAGE := $(boot)/loader.bin macro
116 KBUILD_IMAGE := $(boot)/Image.gz macro
120 all: $(notdir $(KBUILD_IMAGE))
/kernel/linux/linux-6.6/arch/loongarch/
H A DMakefile14 KBUILD_IMAGE := $(boot)/vmlinux.elf macro
16 KBUILD_IMAGE := $(boot)/$(image-name-y).efi macro
143 all: $(notdir $(KBUILD_IMAGE))
151 $(Q)install -D -m 755 $(KBUILD_IMAGE) $(INSTALL_PATH)/$(image-name-y)-$(KERNELRELEASE)
/kernel/linux/linux-6.6/arch/arm64/
H A DMakefile154 KBUILD_IMAGE := $(boot)/Image.gz macro
156 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro
159 all: $(notdir $(KBUILD_IMAGE))
168 install: KBUILD_IMAGE := $(boot)/Image macro
/kernel/linux/linux-6.6/arch/parisc/
H A DMakefile19 KBUILD_IMAGE := $(boot)/bzImage macro
187 install: KBUILD_IMAGE := vmlinux macro
188 zinstall: KBUILD_IMAGE := vmlinuz macro
/kernel/linux/linux-5.10/arch/parisc/
H A DMakefile22 KBUILD_IMAGE := $(boot)/bzImage macro
24 KBUILD_IMAGE := vmlinuz macro
/kernel/linux/linux-6.6/arch/arm/
H A DMakefile254 KBUILD_IMAGE := $(boot)/xipImage macro
256 KBUILD_IMAGE := $(boot)/zImage macro
279 all: $(notdir $(KBUILD_IMAGE))
303 $(INSTALL_TARGETS): KBUILD_IMAGE = $(boot)/$(patsubst %install,%Image,$@) macro
/kernel/linux/linux-6.6/arch/sh/
H A DMakefile96 KBUILD_IMAGE := $(boot)/$(defaultimage-y) macro
167 all: $(notdir $(KBUILD_IMAGE))
/kernel/linux/linux-6.6/arch/sparc/
H A DMakefile84 KBUILD_IMAGE := $(boot)/zImage macro
/kernel/linux/linux-5.10/arch/arm/
H A DMakefile290 KBUILD_IMAGE := $(boot)/xipImage macro
292 KBUILD_IMAGE := $(boot)/zImage macro
309 all: $(notdir $(KBUILD_IMAGE))
/kernel/linux/linux-5.10/arch/loongarch/
H A DMakefile97 KBUILD_IMAGE = vmlinuz macro
99 KBUILD_IMAGE = vmlinux macro
/kernel/linux/linux-5.10/arch/sh/
H A DMakefile96 KBUILD_IMAGE := $(boot)/$(defaultimage-y) macro
197 all: $(notdir $(KBUILD_IMAGE))
/kernel/linux/linux-5.10/arch/x86/
H A DMakefile267 # KBUILD_IMAGE specify target image being built
268 KBUILD_IMAGE := $(boot)/bzImage macro
274 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
/kernel/linux/linux-6.6/arch/x86/
H A DMakefile276 # KBUILD_IMAGE specify target image being built
277 KBUILD_IMAGE := $(boot)/bzImage macro
283 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
/kernel/linux/linux-5.10/arch/sparc/
H A DMakefile92 KBUILD_IMAGE := $(boot)/zImage macro
/kernel/linux/linux-6.6/arch/ia64/
H A DMakefile74 install: KBUILD_IMAGE := vmlinux.gz macro
/kernel/linux/linux-5.10/arch/mips/boot/compressed/
H A DMakefile70 $(obj)/vmlinux.bin: $(KBUILD_IMAGE) FORCE
/kernel/linux/linux-5.10/arch/arm64/
H A DMakefile153 KBUILD_IMAGE := $(boot)/Image.gz macro
/kernel/linux/linux-6.6/arch/s390/
H A DMakefile129 #KBUILD_IMAGE is necessary for packaging targets like rpm-pkg, deb-pkg...
130 KBUILD_IMAGE := $(boot)/bzImage macro
/kernel/linux/linux-5.10/arch/s390/
H A DMakefile158 #KBUILD_IMAGE is necessary for packaging targets like rpm-pkg, deb-pkg...
159 KBUILD_IMAGE := $(boot)/bzImage macro
/kernel/linux/linux-6.6/arch/mips/boot/compressed/
H A DMakefile64 $(obj)/vmlinux.bin: $(KBUILD_IMAGE) FORCE
/kernel/linux/linux-5.10/
H A DMakefile1052 # KBUILD_IMAGE may be overruled on the command line or
1056 export KBUILD_IMAGE ?= vmlinux macro
1963 @echo $(KBUILD_IMAGE)
/kernel/linux/linux-6.6/
H A DMakefile1071 # KBUILD_IMAGE may be overruled on the command line or
1075 export KBUILD_IMAGE ?= vmlinux macro
2032 @echo $(KBUILD_IMAGE)

Completed in 16 milliseconds