[U-Boot] [PATCH 03/17] Move libfdt/ into lib/

Peter Tyser ptyser at xes-inc.com
Mon Dec 14 00:33:38 CET 2009


On Mon, 2009-12-14 at 00:16 +0100, Luigi Mantellini wrote:
> On Mon, Dec 14, 2009 at 12:04 AM, Peter Tyser <ptyser at xes-inc.com> wrote:
> > Move the libfdt library into the common lib/ directory to clean up the
> > top-level of U-Boot.
> >
> > Signed-off-by: Peter Tyser <ptyser at xes-inc.com>
> > ---
> ...
> > +++ 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



More information about the U-Boot mailing list