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 / 9p / Makefile
Encoding:
Makefile  |  2006-08-11  |  215 b   |  19 lines

  1. obj-$(CONFIG_9P_FS) := 9p.o
  2.  
  3. 9p-objs := \
  4.     trans_fd.o \
  5.     mux.o \
  6.     fcall.o \
  7.     conv.o \
  8.     vfs_super.o \
  9.     vfs_inode.o \
  10.     vfs_addr.o \
  11.     vfs_file.o \
  12.     vfs_dir.o \
  13.     vfs_dentry.o \
  14.     error.o \
  15.     v9fs.o \
  16.     fid.o \
  17.     fcprint.o
  18.  
  19.