Makefile 335 B

1234567891011121314151617181920
  1. obj-$(CONFIG_9P_FS) := 9p.o
  2. 9p-objs := \
  3. vfs_super.o \
  4. vfs_inode.o \
  5. vfs_inode_dotl.o \
  6. vfs_addr.o \
  7. vfs_file.o \
  8. vfs_dir.o \
  9. vfs_dentry.o \
  10. v9fs.o \
  11. fid.o \
  12. xattr.o \
  13. xattr_user.o \
  14. xattr_trusted.o
  15. 9p-$(CONFIG_9P_FSCACHE) += cache.o
  16. 9p-$(CONFIG_9P_FS_POSIX_ACL) += acl.o
  17. 9p-$(CONFIG_9P_FS_SECURITY) += xattr_security.o