| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #
 | 
					
						
							|  |  |  | # Makefile for Linux CIFS VFS client 
 | 
					
						
							|  |  |  | #
 | 
					
						
							|  |  |  | obj-$(CONFIG_CIFS) += cifs.o | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-11-03 04:48:29 +00:00
										 |  |  | cifs-y := cifsfs.o cifssmb.o cifs_debug.o connect.o dir.o file.o inode.o \
 | 
					
						
							| 
									
										
										
										
											2011-04-19 18:23:31 +00:00
										 |  |  | 	  link.o misc.o netmisc.o smbencrypt.o transport.o asn1.o \
 | 
					
						
							| 
									
										
										
										
											2011-01-27 09:58:04 -06:00
										 |  |  | 	  cifs_unicode.o nterr.o xattr.o cifsencrypt.o \
 | 
					
						
							| 
									
										
										
										
											2013-09-05 08:38:11 -04:00
										 |  |  | 	  readdir.o ioctl.o sess.o export.o smb1ops.o winucase.o | 
					
						
							| 
									
										
										
										
											2010-12-06 12:52:08 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | cifs-$(CONFIG_CIFS_ACL) += cifsacl.o | 
					
						
							| 
									
										
										
										
											2007-11-03 04:48:29 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | cifs-$(CONFIG_CIFS_UPCALL) += cifs_spnego.o | 
					
						
							| 
									
										
										
										
											2008-01-09 16:21:36 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-01-25 03:28:31 +00:00
										 |  |  | cifs-$(CONFIG_CIFS_DFS_UPCALL) += dns_resolve.o cifs_dfs_ref.o | 
					
						
							| 
									
										
										
										
											2010-07-05 18:11:50 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-07-05 18:12:15 +05:30
										 |  |  | cifs-$(CONFIG_CIFS_FSCACHE) += fscache.o cache.o | 
					
						
							| 
									
										
										
										
											2011-02-24 18:07:19 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-12-27 16:12:43 +04:00
										 |  |  | cifs-$(CONFIG_CIFS_SMB2) += smb2ops.o smb2maperror.o smb2transport.o \
 | 
					
						
							| 
									
										
										
										
											2012-09-18 16:20:26 -07:00
										 |  |  | 			    smb2misc.o smb2pdu.o smb2inode.o smb2file.o |