Staging
v0.8.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: d8c3291c73b958243b33f8509d4507e76dafd055 authored by Linus Torvalds on 11 May 2006, 23:31:53 UTC
Linux v2.6.17-rc4
Tip revision: d8c3291
Makefile
obj-$(CONFIG_9P_FS) := 9p.o

9p-objs := \
	trans_fd.o \
	mux.o \
	fcall.o \
	conv.o \
	vfs_super.o \
	vfs_inode.o \
	vfs_addr.o \
	vfs_file.o \
	vfs_dir.o \
	vfs_dentry.o \
	error.o \
	v9fs.o \
	fid.o \
	fcprint.o

back to top