Makefile 454 字节
Newer Older
1
# SPDX-License-Identifier: GPL-2.0
P
Per Liden 已提交
2 3 4 5 6 7
#
# Makefile for the Linux TIPC layer
#

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  \
R
Richard Alpe 已提交
11
	   netlink.o netlink_compat.o node.o socket.o eth_media.o \
12
	   topsrv.o socket.o group.o
13

E
Erik Hugne 已提交
14
tipc-$(CONFIG_TIPC_MEDIA_UDP)	+= udp_media.o
15
tipc-$(CONFIG_TIPC_MEDIA_IB)	+= ib_media.o
16
tipc-$(CONFIG_SYSCTL)		+= sysctl.o