On Mon, 2009-12-14 at 00:16 +0100, Luigi Mantellini wrote:
> On Mon, Dec 14, 2009 at 12:04 AM, Peter Tyser <[email protected]> wrote:
> > Move the libfdt library into the common lib/ directory to clean up the
> > top-level of U-Boot.
> >
> > Signed-off-by: Peter Tyser <[email protected]>
> > ---
> ...
> > +++ b/tools/Makefile> --- a/tools/imls/Makefile
> > +++ b/tools/imls/Makefile
> > @@ -41,7 +41,7 @@ LIBFDT_OBJ_FILES-y += fdt_wip.o
> >  # now $(obj) is defined
> >  SRCS   += $(addprefix $(SRCTREE)/,$(EXT_OBJ_FILES-y:.o=.c))
> >  SRCS   += $(addprefix $(SRCTREE)/tools/,$(OBJ_FILES-y:.o=.c))
> > -SRCS   += $(addprefix $(SRCTREE)/libfdt/,$(LIBFDT_OBJ_FILES-y:.o=.c))
> > +SRCS   += $(addprefix 
> > $(SRCTREE)/lib/lib/libfdt/,$(LIBFDT_OBJ_FILES-y:.o=.c))
>                                                        
> `````````````````````````
> is it correct?

No, thanks for pointing the errors in this file out.  I'll wait for
other feedback and resubmit.

It looks like the 'imls' utility won't compile in the stock 'next' tree
as is by the way...

Peter

_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to