Blame view

net/tipc/Makefile 310 Bytes
b97bf3fd8   Per Liden   [TIPC] Initial merge
1
2
3
4
5
  #
  # Makefile for the Linux TIPC layer
  #
  
  obj-$(CONFIG_TIPC) := tipc.o
8f92df6ad   Allan Stephens   tipc: Remove prot...
6
  tipc-y	+= addr.o bcast.o bearer.o config.o \
b97bf3fd8   Per Liden   [TIPC] Initial merge
7
8
9
  	   core.o handler.o link.o discover.o msg.o  \
  	   name_distr.o  subscr.o name_table.o net.o  \
  	   netlink.o node.o node_subscr.o port.o ref.o  \
f5e75269f   Allan Stephens   tipc: rename dbg....
10
  	   socket.o log.o eth_media.o
b97bf3fd8   Per Liden   [TIPC] Initial merge
11
12
  
  # End of file