summaryrefslogtreecommitdiff
path: root/net/tipc/Makefile
blob: 31b9f9c5297421ef0430228c1deb3827d4c537d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Makefile for the Linux TIPC layer
#

obj-$(CONFIG_TIPC) := tipc.o

tipc-y	+= addr.o bcast.o bearer.o \
	   core.o link.o discover.o msg.o  \
	   name_distr.o  subscr.o monitor.o name_table.o net.o  \
	   netlink.o netlink_compat.o node.o socket.o eth_media.o \
	   server.o socket.o

tipc-$(CONFIG_TIPC_MEDIA_UDP)	+= udp_media.o
tipc-$(CONFIG_TIPC_MEDIA_IB)	+= ib_media.o
tipc-$(CONFIG_SYSCTL)		+= sysctl.o
/option>
authorSteffen Klassert <steffen.klassert@secunet.com>2017-01-30 06:45:43 +0100
committerSteffen Klassert <steffen.klassert@secunet.com>2017-01-30 06:45:43 +0100
commit1995876a06bcf6f9f7d7b699bdbf387831679771 (patch)
tree9f308c68f35e233c0ce5ce91d64bb096bec9ebb7 /net/vmw_vsock/vmci_transport_notify.c
parentf991bb9da142ba79b54ed0757f22e756f45e2c5a (diff)
xfrm: Add a dummy network device for napi.
This patch adds a dummy network device so that we can use gro_cells for IPsec GRO. With this, we handle IPsec GRO with no impact on the generic networking code. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'net/vmw_vsock/vmci_transport_notify.c')