Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / net / tipc / Makefile
CommitLineData
b97bf3fd
PL
1#
2# Makefile for the Linux TIPC layer
3#
4
5obj-$(CONFIG_TIPC) := tipc.o
6
8f92df6a 7tipc-y += addr.o bcast.o bearer.o config.o \
52ff8720 8 core.o link.o discover.o msg.o \
b97bf3fd 9 name_distr.o subscr.o name_table.o net.o \
808d90f9 10 netlink.o node.o node_subscr.o \
c5fa7b3c 11 socket.o log.o eth_media.o server.o
a29a194a
PM
12
13tipc-$(CONFIG_TIPC_MEDIA_IB) += ib_media.o
cc79dd1b 14tipc-$(CONFIG_SYSCTL) += sysctl.o
This page took 0.592878 seconds and 5 git commands to generate.