Blame view

fs/cifs/Makefile 492 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
  #
  # Makefile for Linux CIFS VFS client 
  #
  obj-$(CONFIG_CIFS) += cifs.o
09fe7ba78   Jeff Layton   [CIFS] implement ...
5
  cifs-y := cifsfs.o cifssmb.o cifs_debug.o connect.o dir.o file.o inode.o \
43988d768   Steve French   [CIFS] Use ecb de...
6
  	  link.o misc.o netmisc.o smbencrypt.o transport.o asn1.o \
ee2c92585   Shirish Pargaonkar   cifs: More crypto...
7
  	  cifs_unicode.o nterr.o xattr.o cifsencrypt.o \
79df1baee   Jeff Layton   cifs: fix use of ...
8
9
10
  	  readdir.o ioctl.o sess.o export.o
  
  cifs-$(CONFIG_CIFS_ACL) += cifsacl.o
09fe7ba78   Jeff Layton   [CIFS] implement ...
11
12
  
  cifs-$(CONFIG_CIFS_UPCALL) += cifs_spnego.o
6103335de   Steve French   [CIFS] DNS name r...
13

6d5ae0deb   Igor Mammedov   [CIFS] DFS suppor...
14
  cifs-$(CONFIG_CIFS_DFS_UPCALL) += dns_resolve.o cifs_dfs_ref.o
f579cf3cf   Suresh Jayaraman   cifs: register CI...
15

488f1d2d6   Suresh Jayaraman   cifs: define serv...
16
  cifs-$(CONFIG_CIFS_FSCACHE) += fscache.o cache.o