home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / fs / ocfs2 / cluster / Makefile
Encoding:
Makefile  |  2006-08-11  |  139 b   |  5 lines

  1. obj-$(CONFIG_OCFS2_FS) += ocfs2_nodemanager.o
  2.  
  3. ocfs2_nodemanager-objs := heartbeat.o masklog.o sys.o nodemanager.o \
  4.     quorum.o tcp.o ver.o
  5.