xref: /openbmc/linux/net/tipc/Makefile (revision b969fee1)
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 \
12ea04b445SMasahiro Yamada	   topsrv.o group.o trace.o
13b4b9771bSTuong Lien
14b4b9771bSTuong LienCFLAGS_trace.o += -I$(src)
15a29a194aSPatrick McHardy
16d0f91938SErik Hugnetipc-$(CONFIG_TIPC_MEDIA_UDP)	+= udp_media.o
17a29a194aSPatrick McHardytipc-$(CONFIG_TIPC_MEDIA_IB)	+= ib_media.o
18cc79dd1bSYing Xuetipc-$(CONFIG_SYSCTL)		+= sysctl.o
19fc1b6d6dSTuong Lientipc-$(CONFIG_TIPC_CRYPTO)	+= crypto.o
20c30b70deSGhantaKrishnamurthy MohanKrishna
21c30b70deSGhantaKrishnamurthy MohanKrishna
22c30b70deSGhantaKrishnamurthy MohanKrishnaobj-$(CONFIG_TIPC_DIAG)	+= diag.o
23