[U-Boot] [PATCH] - add dns
Wolfgang Denk
wd at denx.de
Sun Jul 19 09:48:59 CEST 2009
Dear Robin Getz,
In message <200907172120.50413.rgetz at blackfin.uclinux.org> you wrote:
> On Fri 17 Jul 2009 16:55, Wolfgang Denk pondered:
> > > Index: net/Makefile
> > > ===================================================================
> > > --- net/Makefile (revision 1968)
> > > +++ net/Makefile (working copy)
> > > @@ -34,6 +34,7 @@
> > > COBJS-y += eth.o
> > > COBJS-y += nfs.o
> > > COBJS-$(CONFIG_CMD_SNTP) += sntp.o
> > > +COBJS-$(CONFIG_CMD_DNS) += dns.o
> >
> > Please keep list sorted.
>
> sorted how? What we have today is:
>
> COBJS-y += net.o
> COBJS-y += tftp.o
> COBJS-y += bootp.o
> COBJS-y += rarp.o
> COBJS-y += eth.o
> COBJS-y += nfs.o
> COBJS-$(CONFIG_CMD_SNTP) += sntp.o
>
> It is not sorted alphabetically... ???
I see. Sorry. Well, please use the opportunity to sort that list,
then. Alphabetically.
> Seems to be sorted by date added, with the last ones on the bottom.
Indeed. But that's not what I meant :-) Thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
A memorandum is written not to inform the reader, but to protect the
writer. -- Dean Acheson
More information about the U-Boot
mailing list