Lines Matching refs:boot
8 $(Q)$(MAKE) $(build)=arch/loongarch/boot/tools relocs
160 # boot image targets (arch/loongarch/boot/)
161 boot-y := vmlinux.bin
163 # compressed boot image targets (arch/loongarch/boot/compressed/)
170 # boot
171 $(boot-y): vmlinux FORCE
172 $(Q)$(MAKE) $(build)=arch/loongarch/boot VMLINUX=vmlinux \
173 $(bootvars-y) arch/loongarch/boot/$@
176 # boot/compressed
178 $(Q)$(MAKE) $(build)=arch/loongarch/boot/compressed \
197 $(Q)$(MAKE) $(clean)=arch/loongarch/boot
198 $(Q)$(MAKE) $(clean)=arch/loongarch/boot/compressed
199 $(Q)$(MAKE) $(clean)=arch/loongarch/boot/tools
204 echo ' vmlinux.bin - Raw binary boot image'
205 echo ' vmlinuz - Compressed boot(zboot) image'