Lines Matching refs:boot
137 boot := arch/riscv/boot macro
138 boot-image-y := Image
139 boot-image-$(CONFIG_KERNEL_BZIP2) := Image.bz2
140 boot-image-$(CONFIG_KERNEL_GZIP) := Image.gz
141 boot-image-$(CONFIG_KERNEL_LZ4) := Image.lz4
142 boot-image-$(CONFIG_KERNEL_LZMA) := Image.lzma
143 boot-image-$(CONFIG_KERNEL_LZO) := Image.lzo
144 boot-image-$(CONFIG_KERNEL_ZSTD) := Image.zst
145 boot-image-$(CONFIG_KERNEL_XZ) := Image.xz
147 boot-image-$(CONFIG_SOC_CANAAN_K210) := loader.bin
149 boot-image-$(CONFIG_EFI_ZBOOT) := vmlinuz.efi
150 boot-image-$(CONFIG_XIP_KERNEL) := xipImage
151 KBUILD_IMAGE := $(boot)/$(boot-image-y)
178 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@