aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/Makefile
diff options
context:
space:
mode:
authorIgor Mammedov <niallain@gmail.com>2008-01-25 03:28:31 +0000
committerSteve French <sfrench@us.ibm.com>2008-01-25 03:28:31 +0000
commit6d5ae0deb1641bf615eafd8fef64218e10cb2fd0 (patch)
tree5b0d74ad31ce50534563bb1b7e6e06c4d3fdb4f9 /fs/cifs/Makefile
parented2b91701d97047fa9970645e43d5e551e261adb (diff)
[CIFS] DFS support: provide shrinkable mounts
Signed-off-by: Igor Mammedov <niallain@gmail.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/Makefile')
-rw-r--r--fs/cifs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/Makefile b/fs/cifs/Makefile
index 09898b8dc69..6ba43fb346f 100644
--- a/fs/cifs/Makefile
+++ b/fs/cifs/Makefile
@@ -10,4 +10,4 @@ cifs-y := cifsfs.o cifssmb.o cifs_debug.o connect.o dir.o file.o inode.o \
cifs-$(CONFIG_CIFS_UPCALL) += cifs_spnego.o
-cifs-$(CONFIG_CIFS_DFS_UPCALL) += dns_resolve.o
+cifs-$(CONFIG_CIFS_DFS_UPCALL) += dns_resolve.o cifs_dfs_ref.o