home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / fs / 9p / Makefile
Encoding:
Makefile  |  2008-12-24  |  149 b   |  13 lines

  1. obj-$(CONFIG_9P_FS) := 9p.o
  2.  
  3. 9p-objs := \
  4.     vfs_super.o \
  5.     vfs_inode.o \
  6.     vfs_addr.o \
  7.     vfs_file.o \
  8.     vfs_dir.o \
  9.     vfs_dentry.o \
  10.     v9fs.o \
  11.     fid.o \
  12.  
  13.