blob: a080c66d819a032233a963512d849f757cc979e2 [file] [log] [blame]
Per Lidenb97bf3f2006-01-02 19:04:38 +01001#
2# Makefile for the Linux TIPC layer
3#
4
5obj-$(CONFIG_TIPC) := tipc.o
6
Allan Stephens8f92df62010-12-31 18:59:19 +00007tipc-y += addr.o bcast.o bearer.o config.o \
Ying Xue52ff8722014-05-05 08:56:18 +08008 core.o link.o discover.o msg.o \
Per Lidenb97bf3f2006-01-02 19:04:38 +01009 name_distr.o subscr.o name_table.o net.o \
10 netlink.o node.o node_subscr.o port.o ref.o \
Ying Xuec5fa7b32013-06-17 10:54:39 -040011 socket.o log.o eth_media.o server.o
Patrick McHardya29a1942013-04-17 06:18:28 +000012
13tipc-$(CONFIG_TIPC_MEDIA_IB) += ib_media.o
Ying Xuecc79dd12013-06-17 10:54:37 -040014tipc-$(CONFIG_SYSCTL) += sysctl.o