#
# Makefile for SCTP support code.
#

obj-$(CONFIG_IP_SCTP) += sctp.o
obj-$(CONFIG_NET_SCTPPROBE) += sctp_probe.o
obj-$(CONFIG_INET_SCTP_DIAG) += sctp_diag.o

sctp-y := sm_statetable.o sm_statefuns.o sm_sideeffect.o \
	  protocol.o endpointola.o associola.o \
	  transport.o chunk.o sm_make_chunk.o ulpevent.o \
	  inqueue.o outqueue.o ulpqueue.o \
	  tsnmap.o bind_addr.o socket.o primitive.o \
	  output.o input.o debug.o stream.o auth.o \
	  offload.o

sctp_probe-y := probe.o

sctp-$(CONFIG_SCTP_DBG_OBJCNT) += objcnt.o
sctp-$(CONFIG_PROC_FS) += proc.o
sctp-$(CONFIG_SYSCTL) += sysctl.o

sctp-$(subst m,y,$(CONFIG_IPV6))	+= ipv6.o
span='2'><a href='/cgit.cgi/'><img src='/cgit.png' alt='cgit logo'/></a></td>
<td class='main'><a href='/cgit.cgi/'>index</a> : <a href='/cgit.cgi/linux/net-next.git/'>net-next.git</a></td><td class='form'><form method='get'>
<input type='hidden' name='id' value='1ca6270b8d932475636364b989c6d2c2318fbabe'/><select name='h' onchange='this.form.submit();'>
<option value='emaclite-cleanup'>emaclite-cleanup</option>
<option value='master'>master</option>
<option value='nds-private-remove' selected='selected'>nds-private-remove</option>
<option value='packet-loop-back'>packet-loop-back</option>
<option value='packet-rx-pump-back'>packet-rx-pump-back</option>
</select> <input type='submit' value='switch'/></form></td></tr>
<tr><td class='sub'>net-next plumbings</td><td class='sub right'>Tobias Klauser</td></tr></table>
<table class='tabs'><tr><td>
<a href='/cgit.cgi/linux/net-next.git/?h=nds-private-remove'>summary</a><a href='/cgit.cgi/linux/net-next.git/refs/?h=nds-private-remove&amp;id=1ca6270b8d932475636364b989c6d2c2318fbabe'>refs</a><a class='active' href='/cgit.cgi/linux/net-next.git/log/net/ethernet?h=nds-private-remove'>log</a><a href='/cgit.cgi/linux/net-next.git/tree/net/ethernet?h=nds-private-remove&amp;id=1ca6270b8d932475636364b989c6d2c2318fbabe'>tree</a><a href='/cgit.cgi/linux/net-next.git/commit/net/ethernet?h=nds-private-remove&amp;id=1ca6270b8d932475636364b989c6d2c2318fbabe'>commit</a><a href='/cgit.cgi/linux/net-next.git/diff/net/ethernet?h=nds-private-remove&amp;id=1ca6270b8d932475636364b989c6d2c2318fbabe'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/net/ethernet'>
<input type='hidden' name='h' value='nds-private-remove'/><input type='hidden' name='id' value='1ca6270b8d932475636364b989c6d2c2318fbabe'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/cgit.cgi/linux/net-next.git/log/?h=nds-private-remove&amp;id=1ca6270b8d932475636364b989c6d2c2318fbabe'>root</a>/<a href='/cgit.cgi/linux/net-next.git/log/net?h=nds-private-remove&amp;id=1ca6270b8d932475636364b989c6d2c2318fbabe'>net</a>/<a href='/cgit.cgi/linux/net-next.git/log/net/ethernet?h=nds-private-remove&amp;id=1ca6270b8d932475636364b989c6d2c2318fbabe'>ethernet</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/cgit.cgi/linux/net-next.git/log/net/ethernet?h=nds-private-remove&amp;id=1ca6270b8d932475636364b989c6d2c2318fbabe&amp;showmsg=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr>
<tr><td><span title='2017-02-11 02:31:11 -0500'>2017-02-11</span></td><td><a href='/cgit.cgi/linux/net-next.git/commit/net/ethernet?h=nds-private-remove&amp;id=35eeacf1820a08305c2b0960febfa190f5a6dd63'>Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net</a></td><td>David S. Miller