Home
last modified time | relevance | path

Searched refs:KBUILD_IMAGE (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/arch/riscv/
H A DMakefile125 KBUILD_IMAGE := $(boot)/xipImage macro
127 KBUILD_IMAGE := $(boot)/Image.gz macro
149 KBUILD_IMAGE := $(boot)/loader.bin macro
152 KBUILD_IMAGE := $(boot)/Image.gz macro
154 KBUILD_IMAGE := $(boot)/vmlinuz.efi macro
160 all: $(notdir $(KBUILD_IMAGE))
169 install: KBUILD_IMAGE := $(boot)/Image macro
170 zinstall: KBUILD_IMAGE := $(boot)/Image.gz macro
/openbmc/linux/scripts/package/
H A Dbuildtar68 [ -f "${KBUILD_IMAGE}" ] && cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
109 …[ -f "${KBUILD_IMAGE}" ] && cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-kbuild-${KERNELRELE…
/openbmc/linux/scripts/
H A Dinstall.sh12 for file in "${KBUILD_IMAGE}" System.map
36 exec "${file}" "${KERNELRELEASE}" "${KBUILD_IMAGE}" System.map "${INSTALL_PATH}"
/openbmc/linux/arch/loongarch/
H A DMakefile14 KBUILD_IMAGE := $(boot)/vmlinux.elf macro
16 KBUILD_IMAGE := $(boot)/$(image-name-y).efi macro
141 all: $(notdir $(KBUILD_IMAGE))
149 $(Q)install -D -m 755 $(KBUILD_IMAGE) $(INSTALL_PATH)/$(image-name-y)-$(KERNELRELEASE)
/openbmc/linux/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
/openbmc/linux/arch/parisc/
H A DMakefile19 KBUILD_IMAGE := $(boot)/bzImage macro
183 install: KBUILD_IMAGE := vmlinux macro
184 zinstall: KBUILD_IMAGE := vmlinuz macro
/openbmc/linux/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
/openbmc/linux/arch/sh/
H A DMakefile96 KBUILD_IMAGE := $(boot)/$(defaultimage-y) macro
167 all: $(notdir $(KBUILD_IMAGE))
/openbmc/linux/arch/sparc/
H A DMakefile83 KBUILD_IMAGE := $(boot)/zImage macro
/openbmc/linux/arch/x86/
H A DMakefile278 KBUILD_IMAGE := $(boot)/bzImage macro
284 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
/openbmc/linux/arch/ia64/
H A DMakefile74 install: KBUILD_IMAGE := vmlinux.gz macro
/openbmc/linux/arch/s390/
H A DMakefile130 KBUILD_IMAGE := $(boot)/bzImage macro
/openbmc/linux/arch/mips/boot/compressed/
H A DMakefile64 $(obj)/vmlinux.bin: $(KBUILD_IMAGE) FORCE
/openbmc/linux/
H A DMakefile1075 # KBUILD_IMAGE may be overruled on the command line or
1079 export KBUILD_IMAGE ?= vmlinux
2040 @echo $(KBUILD_IMAGE)
1074 export KBUILD_IMAGE ?= vmlinux global() macro