]> Pileus Git - ~andy/linux/blob - fs/9p/Makefile
Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.37/drivers
[~andy/linux] / fs / 9p / Makefile
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         xattr.o \
13         xattr_user.o
14
15 9p-$(CONFIG_9P_FSCACHE) += cache.o