blob: eed7eb09f46f39294c817c1bca6fa94693f8611c [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for Linux CIFS VFS client
3#
4obj-$(CONFIG_CIFS) += cifs.o
5
Jeff Layton09fe7ba2007-11-03 04:48:29 +00006cifs-y := cifsfs.o cifssmb.o cifs_debug.o connect.o dir.o file.o inode.o \
Steve French43988d72011-04-19 18:23:31 +00007 link.o misc.o netmisc.o smbencrypt.o transport.o asn1.o \
Andreas Gruenbachera9ae0082016-04-22 12:11:38 +02008 cifs_unicode.o nterr.o cifsencrypt.o \
Jeff Laytonc2ccf532013-09-05 08:38:11 -04009 readdir.o ioctl.o sess.o export.o smb1ops.o winucase.o
Jeff Layton79df1ba2010-12-06 12:52:08 -050010
Andreas Gruenbachera9ae0082016-04-22 12:11:38 +020011cifs-$(CONFIG_CIFS_XATTR) += xattr.o
Jeff Layton79df1ba2010-12-06 12:52:08 -050012cifs-$(CONFIG_CIFS_ACL) += cifsacl.o
Jeff Layton09fe7ba2007-11-03 04:48:29 +000013
14cifs-$(CONFIG_CIFS_UPCALL) += cifs_spnego.o
Steve French61033352008-01-09 16:21:36 +000015
Igor Mammedov6d5ae0d2008-01-25 03:28:31 +000016cifs-$(CONFIG_CIFS_DFS_UPCALL) += dns_resolve.o cifs_dfs_ref.o
Suresh Jayaramanf579cf32010-07-05 18:11:50 +053017
Suresh Jayaraman488f1d2d2010-07-05 18:12:15 +053018cifs-$(CONFIG_CIFS_FSCACHE) += fscache.o cache.o
Steve French1080ef72011-02-24 18:07:19 +000019
Pavel Shilovskyec2e4522011-12-27 16:12:43 +040020cifs-$(CONFIG_CIFS_SMB2) += smb2ops.o smb2maperror.o smb2transport.o \
Pavel Shilovskyf0df7372012-09-18 16:20:26 -070021 smb2misc.o smb2pdu.o smb2inode.o smb2file.o