blob: bc7f0d1551e68f3efacd09795433886f318f239f [file] [log] [blame]
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001obj-$(CONFIG_9P_FS) := 9p.o
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002
Eric Van Hensbergen67543e52006-03-25 03:07:29 -080039p-objs := \
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07004 vfs_super.o \
5 vfs_inode.o \
Eric Van Hensbergen147b31c2006-01-18 17:43:02 -08006 vfs_addr.o \
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07007 vfs_file.o \
8 vfs_dir.o \
9 vfs_dentry.o \
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -070010 v9fs.o \
Latchesar Ionkov5174fda2006-03-25 03:07:25 -080011 fid.o \
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -070012