[PATCH 1/13] powerpc: Add Makefile rules to wrap dts file in zImage

Mark A. Greer mgreer at mvista.com
Sat May 12 01:59:31 EST 2007


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:
> > @@ -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



More information about the Linuxppc-dev mailing list