Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik...
[deliverable/linux.git] / fs / 9p / Makefile
CommitLineData
67543e50 1obj-$(CONFIG_9P_FS) := 9p.o
93fa58cb 2
67543e50 39p-objs := \
531b1094 4 trans_fd.o \
531b1094 5 mux.o \
67543e50 6 fcall.o \
531b1094 7 conv.o \
93fa58cb
EVH
8 vfs_super.o \
9 vfs_inode.o \
147b31cf 10 vfs_addr.o \
93fa58cb
EVH
11 vfs_file.o \
12 vfs_dir.o \
13 vfs_dentry.o \
14 error.o \
93fa58cb 15 v9fs.o \
5174fdab
LI
16 fid.o \
17 fcprint.o
93fa58cb 18
This page took 0.1255 seconds and 5 git commands to generate.