
Dear Robin Getz,
In message 200907172120.50413.rgetz@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