summaryrefslogtreecommitdiff
path: root/net/netrom/Makefile
blob: 2660f5a16991f900d1a776962db520b7a26cb63f (plain)
1
2
3
4
5
6
7
8
9
#
# Makefile for the Linux NET/ROM layer.
#

obj-$(CONFIG_NETROM) += netrom.o

netrom-y		:= af_netrom.o nr_dev.o nr_in.o nr_loopback.o \
			   nr_out.o nr_route.o nr_subr.o nr_timer.o
netrom-$(CONFIG_SYSCTL)	+= sysctl_net_netrom.o
umazet3-19/+7 2017-02-02net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet1-0/+1 2017-02-02net: ipv4: remove fib_lookup.h from devinet.c include listDavid Ahern1-2/+0 2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4 2017-02-02netfilter: allow logging from non-init namespacesMichal Kubeček2-2/+2 2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal3-6/+3 2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal4-8/+8 2017-02-02netfilter: reset netfilter state when duplicating packetFlorian Westphal1-1/+1 2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal1-6/+6