]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - net/tipc/Makefile
tipc: check bearer name with right length in tipc_nl_compat_bearer_enable
[mirror_ubuntu-bionic-kernel.git] / net / tipc / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the Linux TIPC layer
4 #
5
6 obj-$(CONFIG_TIPC) := tipc.o
7
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
13
14 tipc-$(CONFIG_TIPC_MEDIA_UDP) += udp_media.o
15 tipc-$(CONFIG_TIPC_MEDIA_IB) += ib_media.o
16 tipc-$(CONFIG_SYSCTL) += sysctl.o