forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/fs/cifs/Makefile
....@@ -10,15 +10,16 @@
1010 cifs_unicode.o nterr.o cifsencrypt.o \
1111 readdir.o ioctl.o sess.o export.o smb1ops.o winucase.o \
1212 smb2ops.o smb2maperror.o smb2transport.o \
13
- smb2misc.o smb2pdu.o smb2inode.o smb2file.o
13
+ smb2misc.o smb2pdu.o smb2inode.o smb2file.o cifsacl.o fs_context.o
1414
1515 cifs-$(CONFIG_CIFS_XATTR) += xattr.o
16
-cifs-$(CONFIG_CIFS_ACL) += cifsacl.o
1716
1817 cifs-$(CONFIG_CIFS_UPCALL) += cifs_spnego.o
1918
20
-cifs-$(CONFIG_CIFS_DFS_UPCALL) += dns_resolve.o cifs_dfs_ref.o
19
+cifs-$(CONFIG_CIFS_DFS_UPCALL) += dns_resolve.o cifs_dfs_ref.o dfs_cache.o
2120
2221 cifs-$(CONFIG_CIFS_FSCACHE) += fscache.o cache.o
2322
2423 cifs-$(CONFIG_CIFS_SMB_DIRECT) += smbdirect.o
24
+
25
+cifs-$(CONFIG_CIFS_ROOT) += cifsroot.o