CIFS: Add capability to send SMB2 negotiate message
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / fs / cifs / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for Linux CIFS VFS client
3#
4obj-$(CONFIG_CIFS) += cifs.o
5
09fe7ba7 6cifs-y := cifsfs.o cifssmb.o cifs_debug.o connect.o dir.o file.o inode.o \
43988d76 7 link.o misc.o netmisc.o smbencrypt.o transport.o asn1.o \
ee2c9258 8 cifs_unicode.o nterr.o xattr.o cifsencrypt.o \
23db65f5 9 readdir.o ioctl.o sess.o export.o smb1ops.o
79df1bae
JL
10
11cifs-$(CONFIG_CIFS_ACL) += cifsacl.o
09fe7ba7
JL
12
13cifs-$(CONFIG_CIFS_UPCALL) += cifs_spnego.o
6103335d 14
6d5ae0de 15cifs-$(CONFIG_CIFS_DFS_UPCALL) += dns_resolve.o cifs_dfs_ref.o
f579cf3c 16
488f1d2d 17cifs-$(CONFIG_CIFS_FSCACHE) += fscache.o cache.o
1080ef75 18
ec2e4523
PS
19cifs-$(CONFIG_CIFS_SMB2) += smb2ops.o smb2maperror.o smb2transport.o \
20 smb2misc.o smb2pdu.o