Re: [PATCH 1/13] powerpc: Add Makefile rules to wrap dts file in zImage
From: Mark A. Greer <hidden>
Date: 2007-05-21 18:10:43
From: Mark A. Greer <hidden>
Date: 2007-05-21 18:10:43
On Mon, May 14, 2007 at 10:33:32AM +1000, David Gibson wrote:
On Fri, May 11, 2007 at 05:53:36PM -0700, Mark A. Greer wrote:quoted
+$(obj)/zImage.dts: $(addprefix $(obj)/, $(dts-y)) + @rm -f $@; ln $< $@ +$(obj)/zImage.dts_initrd: $(addprefix $(obj)/, $(dts_initrd-y)) + @rm -f $@; ln $< $@ +I thought you said you were going to drop this bit?
Hi David. Would you elaborate on what your alternative is? A lot of the Makefile stuff is still black magic to me. Thanks, Mark