Makefile 475 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5
#
# Makefile for Linux CIFS VFS client 
#
obj-$(CONFIG_CIFS) += cifs.o

6 7
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 \
A
Al Viro 已提交
8
	  md4.o md5.o cifs_unicode.o nterr.o xattr.o cifsencrypt.o \
9 10 11
	  readdir.o ioctl.o sess.o export.o cifsacl.o

cifs-$(CONFIG_CIFS_UPCALL) += cifs_spnego.o
12

13
cifs-$(CONFIG_CIFS_DFS_UPCALL) += dns_resolve.o cifs_dfs_ref.o
14 15

cifs-$(CONFIG_CIFS_FSCACHE) += cache.o