Blame view

fs/cifs/Makefile 665 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 \
a9ae008f4   Andreas Gruenbacher   cifs: Switch to g...
7
  	  cifs_unicode.o nterr.o cifsencrypt.o \
c2ccf53dd   Jeff Layton   cifs: add new cas...
8
  	  readdir.o ioctl.o sess.o export.o smb1ops.o winucase.o
79df1baee   Jeff Layton   cifs: fix use of ...
9

a9ae008f4   Andreas Gruenbacher   cifs: Switch to g...
10
  cifs-$(CONFIG_CIFS_XATTR) += xattr.o
79df1baee   Jeff Layton   cifs: fix use of ...
11
  cifs-$(CONFIG_CIFS_ACL) += cifsacl.o
09fe7ba78   Jeff Layton   [CIFS] implement ...
12
13
  
  cifs-$(CONFIG_CIFS_UPCALL) += cifs_spnego.o
6103335de   Steve French   [CIFS] DNS name r...
14

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

488f1d2d6   Suresh Jayaraman   cifs: define serv...
17
  cifs-$(CONFIG_CIFS_FSCACHE) += fscache.o cache.o
1080ef758   Steve French   CIFS: Introduce S...
18

ec2e4523f   Pavel Shilovsky   CIFS: Add capabil...
19
  cifs-$(CONFIG_CIFS_SMB2) += smb2ops.o smb2maperror.o smb2transport.o \
f0df737ee   Pavel Shilovsky   CIFS: Add open/cl...
20
  			    smb2misc.o smb2pdu.o smb2inode.o smb2file.o