On Fri, May 11, 2007 at 09:29:45AM +1000, David Gibson wrote:
On Thu, May 10, 2007 at 01:04:45PM -0700, Mark A. Greer wrote:
quoted
@@ -195,13 +213,17 @@ $(obj)/zImage: $(addprefix $(obj)/, $(i
@rm -f $@; ln $< $@
$(obj)/zImage.initrd: $(addprefix $(obj)/, $(initrd-y))
@rm -f $@; ln $< $@
+$(obj)/zImage.dts: $(addprefix $(obj)/, $(dts-y))
+ @rm -f $@; ln $< $@
+$(obj)/zImage.dts_initrd: $(addprefix $(obj)/, $(dts_initrd-y))
+ @rm -f $@; ln $< $@
I don't think there a lot of point to this part of the patch. Just
have image-y directly specify the appropriate zImage.dts.% form (or
forms).
Okay. Thank you. There will be a whole new set come out later today
with people's comments addressed.
Mark