Re: [U-Boot] [PATCH 2/3] Makefile: replace LIBS by LIBS-y

2012-08-14 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Daniel Schwierzeck, > > In message <1340901921-9868-3-git-send-email-daniel.schwierz...@gmail.com> > you wrote: > > Synchronize with ALL-y handling and code in spl/Makefile. > > > > Signed-off-by: Daniel Schwierzeck > > --- > > > > Makefile | 134 > >

Re: [U-Boot] [PATCH 2/3] Makefile: replace LIBS by LIBS-y

2012-08-10 Thread Wolfgang Denk
Dear Daniel Schwierzeck, In message <1340901921-9868-3-git-send-email-daniel.schwierz...@gmail.com> you wrote: > Synchronize with ALL-y handling and code in spl/Makefile. > > Signed-off-by: Daniel Schwierzeck > --- > Makefile | 134 > +++

Re: [U-Boot] [PATCH 2/3] Makefile: replace LIBS by LIBS-y

2012-07-18 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 2/3] Makefile: replace LIBS by LIBS-y

2012-06-28 Thread Daniel Schwierzeck
Synchronize with ALL-y handling and code in spl/Makefile. Signed-off-by: Daniel Schwierzeck --- Makefile | 134 +++ 1 file changed, 67 insertions(+), 67 deletions(-) diff --git a/Makefile b/Makefile index b5fafc7..2bde73c 100644 --- a/