2005-04-16 22:20:36 +00:00
|
|
|
#
|
|
|
|
# Makefile for Linux CIFS VFS client
|
|
|
|
#
|
|
|
|
obj-$(CONFIG_CIFS) += cifs.o
|
|
|
|
|
2007-11-03 04:48:29 +00:00
|
|
|
cifs-y := cifsfs.o cifssmb.o cifs_debug.o connect.o dir.o file.o inode.o \
|
|
|
|
link.o misc.o netmisc.o smbdes.o smbencrypt.o transport.o asn1.o \
|
2011-01-27 15:58:04 +00:00
|
|
|
cifs_unicode.o nterr.o xattr.o cifsencrypt.o \
|
2010-12-06 17:52:08 +00:00
|
|
|
readdir.o ioctl.o sess.o export.o
|
|
|
|
|
|
|
|
cifs-$(CONFIG_CIFS_ACL) += cifsacl.o
|
2007-11-03 04:48:29 +00:00
|
|
|
|
|
|
|
cifs-$(CONFIG_CIFS_UPCALL) += cifs_spnego.o
|
2008-01-09 16:21:36 +00:00
|
|
|
|
2008-01-25 03:28:31 +00:00
|
|
|
cifs-$(CONFIG_CIFS_DFS_UPCALL) += dns_resolve.o cifs_dfs_ref.o
|
2010-07-05 12:41:50 +00:00
|
|
|
|
2010-07-05 12:42:15 +00:00
|
|
|
cifs-$(CONFIG_CIFS_FSCACHE) += fscache.o cache.o
|