patch-2.4.26 linux-2.4.26/net/sctp/Makefile

Next file: linux-2.4.26/net/sctp/associola.c
Previous file: linux-2.4.26/net/sctp/Config.in
Back to the patch index
Back to the overall index

diff -urN linux-2.4.25/net/sctp/Makefile linux-2.4.26/net/sctp/Makefile
@@ -6,16 +6,11 @@
 
 obj-$(CONFIG_IP_SCTP) += sctp.o
 
-obj-y := endpointola.o output.o sm_make_chunk.o associola.o hashdriver.o \
+obj-y := endpointola.o output.o sm_make_chunk.o associola.o \
 	outqueue.o sm_sideeffect.o transport.o bind_addr.o input.o primitive.o \
 	sm_statefuns.o tsnmap.o command.o inqueue.o proc.o sm_statetable.o \
-	ulpevent.o protocol.o socket.o ulpqueue.o debug.o sla1.o ssnmap.o
-
-ifeq ($(CONFIG_SCTP_ADLER32), y)
-obj-y += adler32.o
-else
-obj-y += crc32c.o
-endif
+	ulpevent.o protocol.o socket.o ulpqueue.o debug.o ssnmap.o \
+	crc32c.o chunk.o
 
 obj-$(CONFIG_SCTP_DBG_OBJCNT) += objcnt.o
 obj-$(CONFIG_SYSCTL) += sysctl.o

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)