Blame view

net/tipc/Makefile 446 Bytes
81f7e3824   Eric Lee   Initial Release, ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  # SPDX-License-Identifier: GPL-2.0
  #
  # Makefile for the Linux TIPC layer
  #
  
  obj-$(CONFIG_TIPC) := tipc.o
  
  tipc-y	+= addr.o bcast.o bearer.o \
  	   core.o link.o discover.o msg.o  \
  	   name_distr.o  subscr.o monitor.o name_table.o net.o  \
  	   netlink.o netlink_compat.o node.o socket.o eth_media.o \
  	   server.o socket.o
  
  tipc-$(CONFIG_TIPC_MEDIA_UDP)	+= udp_media.o
  tipc-$(CONFIG_TIPC_MEDIA_IB)	+= ib_media.o
  tipc-$(CONFIG_SYSCTL)		+= sysctl.o