Makefile 215 B

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