Re: [U-Boot] [RFC PATCH 1/7] Adapt config.mk for usage in spl/Makefile

2011-06-30 Thread Daniel Schwierzeck
Hi Aneesh, On Thu, Jun 30, 2011 at 7:12 AM, Aneesh V wrote: > On Thursday 30 June 2011 12:22 AM, Mike Frysinger wrote: >> >> On Wednesday, June 29, 2011 09:09:21 Aneesh V wrote: >>> >>> -$(obj)%.s:     %.S >>> +$(obj)%.s:     $(src)%.S > > I too didn't understand why that was done. But I noticed

Re: [U-Boot] [RFC PATCH 1/7] Adapt config.mk for usage in spl/Makefile

2011-06-29 Thread Aneesh V
On Thursday 30 June 2011 12:22 AM, Mike Frysinger wrote: > On Wednesday, June 29, 2011 09:09:21 Aneesh V wrote: >> -$(obj)%.s: %.S >> +$(obj)%.s: $(src)%.S I too didn't understand why that was done. But I noticed it just before sending the patches so decided to give it a try later. I tried remov

Re: [U-Boot] [RFC PATCH 1/7] Adapt config.mk for usage in spl/Makefile

2011-06-29 Thread Mike Frysinger
On Wednesday, June 29, 2011 09:09:21 Aneesh V wrote: > -$(obj)%.s: %.S > +$(obj)%.s: $(src)%.S why ? i dont see any explanation for this. -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@list

[U-Boot] [RFC PATCH 1/7] Adapt config.mk for usage in spl/Makefile

2011-06-29 Thread Aneesh V
From: Daniel Schwierzeck [ane...@ti.com: 1. Changed the definition of OBJTREE and the way 'obj' is defined. 2. Defined a flag to identify regular U-Boot build 3. Taking care of autoconf.mk etc for SPL due to changed OBJTREE ] Signed-off-by: Aneesh V Signed-off-by: Daniel Schwierzeck --- config