Lines Matching refs:boot
20 $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs
343 # boot image targets (arch/mips/boot/)
344 boot-y := vmlinux.bin
345 boot-y += vmlinux.ecoff
346 boot-y += vmlinux.srec
348 boot-y += uImage
349 boot-y += uImage.bin
350 boot-y += uImage.bz2
351 boot-y += uImage.gz
352 boot-y += uImage.lzma
353 boot-y += uImage.lzo
355 boot-y += vmlinux.itb
356 boot-y += vmlinux.gz.itb
357 boot-y += vmlinux.bz2.itb
358 boot-y += vmlinux.lzma.itb
359 boot-y += vmlinux.lzo.itb
361 # compressed boot image targets (arch/mips/boot/compressed/)
391 # boot
392 $(boot-y): $(vmlinux-32) FORCE
393 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
394 $(bootvars-y) arch/mips/boot/$@
397 # boot/compressed
399 $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \
411 core-y += arch/mips/boot/dts/
432 $(Q)$(MAKE) $(clean)=arch/mips/boot
433 $(Q)$(MAKE) $(clean)=arch/mips/boot/compressed
434 $(Q)$(MAKE) $(clean)=arch/mips/boot/tools
441 echo ' vmlinux.ecoff - ECOFF boot image'
442 echo ' vmlinux.bin - Raw binary boot image'
443 echo ' vmlinux.srec - SREC boot image'
444 echo ' vmlinux.32 - 64-bit boot image wrapped in 32bits (IP22/IP32)'
445 echo ' vmlinuz - Compressed boot(zboot) image'