Revision e6c9f716ba91c1e065b75949f643383d1888bed5 authored by Linus Torvalds on 29 October 2006, 21:34:15 UTC, committed by Linus Torvalds on 29 October 2006, 21:34:15 UTC
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6:
  ieee1394: ohci1394: revert fail on error in suspend
2 parent s 5fdb51a + 346f5c7
Raw File
Makefile
#
# Makefile for the Linux TIPC layer
#

obj-$(CONFIG_TIPC) := tipc.o

tipc-y	+= addr.o bcast.o bearer.o config.o cluster.o \
	   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  \
	   socket.o user_reg.o zone.o dbg.o eth_media.o

# End of file
back to top