blob: b282f7130d2bb51f0dee12e4800a9a0ad54a33a7 [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 \
Per Lidenb97bf3f2006-01-02 19:04:38 +01008 core.o handler.o link.o discover.o msg.o \
9 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