Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / net / tipc / Makefile
blob37bb0bfbd93682ac9cd8b62527390e55cba76e03
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the Linux TIPC layer
6 obj-$(CONFIG_TIPC) := tipc.o
8 tipc-y += addr.o bcast.o bearer.o \
9 core.o link.o discover.o msg.o \
10 name_distr.o subscr.o monitor.o name_table.o net.o \
11 netlink.o netlink_compat.o node.o socket.o eth_media.o \
12 server.o socket.o group.o
14 tipc-$(CONFIG_TIPC_MEDIA_UDP) += udp_media.o
15 tipc-$(CONFIG_TIPC_MEDIA_IB) += ib_media.o
16 tipc-$(CONFIG_SYSCTL) += sysctl.o