Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6
[deliverable/linux.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 \
79df1bae
JL
9 readdir.o ioctl.o sess.o export.o
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
This page took 0.496298 seconds and 5 git commands to generate.