xref: /linux/net/tipc/Makefile (revision c30b70deb5f4861f590031c33fd3ec6cc63f1df1)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2b97bf3fdSPer Liden#
3b97bf3fdSPer Liden# Makefile for the Linux TIPC layer
4b97bf3fdSPer Liden#
5b97bf3fdSPer Liden
6b97bf3fdSPer Lidenobj-$(CONFIG_TIPC) := tipc.o
7b97bf3fdSPer Liden
822ae7cffSRichard Alpetipc-y	+= addr.o bcast.o bearer.o \
952ff8720SYing Xue	   core.o link.o discover.o msg.o  \
1035c55c98SJon Paul Maloy	   name_distr.o  subscr.o monitor.o name_table.o net.o  \
11941787b8SRichard Alpe	   netlink.o netlink_compat.o node.o socket.o eth_media.o \
12026321c6SJon Maloy	   topsrv.o socket.o group.o
13a29a194aSPatrick McHardy
14d0f91938SErik Hugnetipc-$(CONFIG_TIPC_MEDIA_UDP)	+= udp_media.o
15a29a194aSPatrick McHardytipc-$(CONFIG_TIPC_MEDIA_IB)	+= ib_media.o
16cc79dd1bSYing Xuetipc-$(CONFIG_SYSCTL)		+= sysctl.o
17*c30b70deSGhantaKrishnamurthy MohanKrishna
18*c30b70deSGhantaKrishnamurthy MohanKrishna
19*c30b70deSGhantaKrishnamurthy MohanKrishnaobj-$(CONFIG_TIPC_DIAG)	+= diag.o
20*c30b70deSGhantaKrishnamurthy MohanKrishna
21*c30b70deSGhantaKrishnamurthy MohanKrishnatipc_diag-y	:= diag.o
22