1obj-$(CONFIG_HMDFS_FS) += hmdfs.o 2ccflags-y += -I$(src) 3 4hmdfs-y := main.o super.o inode.o dentry.o inode_root.o file_merge.o 5hmdfs-y += hmdfs_client.o hmdfs_server.o inode_local.o inode_remote.o 6hmdfs-y += inode_merge.o hmdfs_dentryfile.o file_root.o file_remote.o 7hmdfs-y += file_local.o client_writeback.o server_writeback.o stash.o 8hmdfs-y += hmdfs_share.o 9 10hmdfs-y += comm/device_node.o comm/message_verify.o comm/node_cb.o 11hmdfs-y += comm/connection.o comm/socket_adapter.o comm/transport.o 12 13hmdfs-$(CONFIG_HMDFS_FS_ENCRYPTION) += comm/crypto.o 14hmdfs-$(CONFIG_HMDFS_FS_PERMISSION) += authority/authentication.o 15hmdfs-$(CONFIG_HMDFS_FS_PERMISSION) += authority/config.o 16