blob: 3d936f0560c7065c9d34969534b4fbdac68cfc43 [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
7tipc-y += addr.o bcast.o bearer.o config.o cluster.o \
8 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 \
Allan Stephens51f98a82010-12-31 18:59:16 +000011 socket.o user_reg.o dbg.o eth_media.o
Per Lidenb97bf3f2006-01-02 19:04:38 +010012
13# End of file