Lines Matching full:uimage
29 targets := zImage vmlinux.srec romImage uImage uImage.srec uImage.gz \
30 uImage.bz2 uImage.lzma uImage.xz uImage.lzo uImage.bin \
83 $(obj)/uImage.bz2: $(obj)/vmlinux.bin.bz2 FORCE
84 $(call if_changed,uimage,bzip2)
86 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz FORCE
87 $(call if_changed,uimage,gzip)
89 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma FORCE
90 $(call if_changed,uimage,lzma)
92 $(obj)/uImage.xz: $(obj)/vmlinux.bin.xz FORCE
93 $(call if_changed,uimage,xz)
95 $(obj)/uImage.lzo: $(obj)/vmlinux.bin.lzo FORCE
96 $(call if_changed,uimage,lzo)
98 $(obj)/uImage.bin: $(obj)/vmlinux.bin FORCE
99 $(call if_changed,uimage,none)
106 $(obj)/uImage.srec: $(obj)/uImage FORCE
109 $(obj)/uImage: $(obj)/uImage.$(suffix_y)