DCCP protocol discussions
 help / color / mirror / Atom feed
* [PATCH 2/4] CCID4: Provides organization to the initial entries for CCID 4 to net/dccp/ccids/Makefil
@ 2007-09-20 17:54 
  2007-09-21 14:02 ` [PATCH 2/4] CCID4: Provides organization to the initial Tommi Saviranta
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From:  @ 2007-09-20 17:54 UTC (permalink / raw)
  To: dccp

Signed-off-by: Leandro Sales <leandro@embedded.ufcg.edu.br>

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/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-09-22 20:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-20 17:54 [PATCH 2/4] CCID4: Provides organization to the initial entries for CCID 4 to net/dccp/ccids/Makefil 
2007-09-21 14:02 ` [PATCH 2/4] CCID4: Provides organization to the initial Tommi Saviranta
2007-09-21 14:28 ` Arnaldo Carvalho de Melo
2007-09-21 19:47 ` [PATCH 2/4] CCID4: Provides organization to the initial entries for CCID 4 to net/dccp/ccids/Mak 
2007-09-21 19:49 ` 
2007-09-22 20:06 ` Ian McDonald

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox