Lines Matching refs:boot
19 $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs
364 # boot image targets (arch/mips/boot/)
365 boot-y := vmlinux.bin
366 boot-y += vmlinux.ecoff
367 boot-y += vmlinux.srec
368 boot-y += uImage
369 boot-y += uImage.bin
370 boot-y += uImage.bz2
371 boot-y += uImage.gz
372 boot-y += uImage.lzma
373 boot-y += uImage.lzo
374 boot-y += vmlinux.itb
375 boot-y += vmlinux.gz.itb
376 boot-y += vmlinux.bz2.itb
377 boot-y += vmlinux.lzma.itb
378 boot-y += vmlinux.lzo.itb
380 # compressed boot image targets (arch/mips/boot/compressed/)
409 # boot
410 $(boot-y): $(vmlinux-32) FORCE
411 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
412 $(bootvars-y) arch/mips/boot/$@
415 # boot/compressed
417 $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \
418 $(bootvars-y) 32bit-bfd=$(32bit-bfd) arch/mips/boot/$@
429 core-y += arch/mips/boot/dts/
454 echo ' vmlinux.ecoff - ECOFF boot image'
455 echo ' vmlinux.bin - Raw binary boot image'
456 echo ' vmlinux.srec - SREC boot image'
457 echo ' vmlinux.32 - 64-bit boot image wrapped in 32bits (IP22/IP32)'
458 echo ' vmlinuz - Compressed boot(zboot) image'