OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [net/] [sctp/] [Makefile] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#
2
# Makefile for SCTP support code.
3
#
4
 
5
O_TARGET := sctp.o
6
 
7
obj-$(CONFIG_IP_SCTP) += sctp.o
8
 
9
obj-y := endpointola.o output.o sm_make_chunk.o associola.o \
10
        outqueue.o sm_sideeffect.o transport.o bind_addr.o input.o primitive.o \
11
        sm_statefuns.o tsnmap.o command.o inqueue.o proc.o sm_statetable.o \
12
        ulpevent.o protocol.o socket.o ulpqueue.o debug.o ssnmap.o \
13
        crc32c.o chunk.o
14
 
15
obj-$(CONFIG_SCTP_DBG_OBJCNT) += objcnt.o
16
obj-$(CONFIG_SYSCTL) += sysctl.o
17
 
18
obj-$(subst m,y,$(CONFIG_IPV6)) += ipv6.o
19
 
20
sctp-objs := $(obj-y)
21
 
22
include $(TOPDIR)/Rules.make

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.