
18 Jul
2009
18 Jul
'09
3:20 a.m.
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... ???
It's not sorted by length???
Seems to be sorted by date added, with the last ones on the bottom.