Makefile 209 B

1234567891011121314151617
  1. obj-$(CONFIG_9P_FS) := 9p2000.o
  2. 9p2000-objs := \
  3. trans_fd.o \
  4. trans_sock.o \
  5. mux.o \
  6. 9p.o \
  7. conv.o \
  8. vfs_super.o \
  9. vfs_inode.o \
  10. vfs_file.o \
  11. vfs_dir.o \
  12. vfs_dentry.o \
  13. error.o \
  14. v9fs.o \
  15. fid.o