[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / net / sctp

File: [Development] / linux-2.4-xfs / net / sctp / Makefile (download)

Revision 1.2, Mon Apr 19 10:11:07 2004 UTC (13 years, 6 months ago) by nathans
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +3 -8 lines

Merge up to 2.4.26

#
# Makefile for SCTP support code.
#

O_TARGET := sctp.o

obj-$(CONFIG_IP_SCTP) += sctp.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 ssnmap.o \
	crc32c.o chunk.o

obj-$(CONFIG_SCTP_DBG_OBJCNT) += objcnt.o
obj-$(CONFIG_SYSCTL) += sysctl.o

obj-$(subst m,y,$(CONFIG_IPV6))	+= ipv6.o

sctp-objs := $(obj-y)

include $(TOPDIR)/Rules.make