Lines Matching refs:boot
16 $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs
337 boot-y := vmlinux.bin
338 boot-y += vmlinux.ecoff
339 boot-y += vmlinux.srec
341 boot-y += uImage
342 boot-y += uImage.bin
343 boot-y += uImage.bz2
344 boot-y += uImage.gz
345 boot-y += uImage.lzma
346 boot-y += uImage.lzo
348 boot-y += vmlinux.itb
349 boot-y += vmlinux.gz.itb
350 boot-y += vmlinux.bz2.itb
351 boot-y += vmlinux.lzma.itb
352 boot-y += vmlinux.lzo.itb
391 $(boot-y): $(vmlinux-32) FORCE
392 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
393 $(bootvars-y) arch/mips/boot/$@
398 $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \
410 core-$(CONFIG_BUILTIN_DTB) += arch/mips/boot/dts/
413 $(Q)$(MAKE) $(build)=arch/mips/boot/dts arch/mips/boot/dts/$@
417 $(Q)$(MAKE) $(build)=arch/mips/boot/dts
421 $(Q)$(MAKE) $(dtbinst)=arch/mips/boot/dts
442 $(Q)$(MAKE) $(clean)=arch/mips/boot
443 $(Q)$(MAKE) $(clean)=arch/mips/boot/compressed
444 $(Q)$(MAKE) $(clean)=arch/mips/boot/tools