Signed-off-by: Leandro Sales <[EMAIL PROTECTED]>

Just to maintain the order or declarion 4, 3, 2 instead of 3 4 2, which can
facilitate either future identification and addition of new ccids on top of the
Makefile.

diff -uprN dccp-ccid4.base/net/dccp/ccids/Makefile
dccp-ccid4/net/dccp/ccids/Makefile
--- dccp-ccid4.base/net/dccp/ccids/Makefile     2007-09-20 11:45:30.000000000 
-0300
+++ dccp-ccid4/net/dccp/ccids/Makefile  2007-09-20 11:55:23.000000000 -0300
@@ -1,3 +1,7 @@
+obj-$(CONFIG_IP_DCCP_CCID4) += dccp_ccid4.o
+
+dccp_ccid4-y := ccid4.o
+
 obj-$(CONFIG_IP_DCCP_CCID3) += dccp_ccid3.o

 dccp_ccid3-y := ccid3.o
@@ -6,8 +10,4 @@ obj-$(CONFIG_IP_DCCP_CCID2) += dccp_ccid

 dccp_ccid2-y := ccid2.o

-obj-$(CONFIG_IP_DCCP_CCID4) += dccp_ccid4.o
-
-dccp_ccid4-y := ccid4.o
-
 obj-y += lib/
-
To unsubscribe from this list: send the line "unsubscribe dccp" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to