blob: 85817991ee68a5880a3fd43a15e78b8eed49b726 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#
Steve Frencheccb4422018-05-17 21:16:55 -05003# Makefile for Linux CIFS/SMB2/SMB3 VFS client
Linus Torvalds1da177e2005-04-16 15:20:36 -07004#
Steve Frencheccb4422018-05-17 21:16:55 -05005ccflags-y += -I$(src) # needed for trace events
Linus Torvalds1da177e2005-04-16 15:20:36 -07006obj-$(CONFIG_CIFS) += cifs.o
7
Steve Frencheccb4422018-05-17 21:16:55 -05008cifs-y := trace.o cifsfs.o cifssmb.o cifs_debug.o connect.o dir.o file.o \
9 inode.o link.o misc.o netmisc.o smbencrypt.o transport.o asn1.o \
Andreas Gruenbachera9ae0082016-04-22 12:11:38 +020010 cifs_unicode.o nterr.o cifsencrypt.o \
Steve French2a38e122017-07-08 18:48:15 -050011 readdir.o ioctl.o sess.o export.o smb1ops.o winucase.o \
12 smb2ops.o smb2maperror.o smb2transport.o \
13 smb2misc.o smb2pdu.o smb2inode.o smb2file.o
Jeff Layton79df1ba2010-12-06 12:52:08 -050014
Andreas Gruenbachera9ae0082016-04-22 12:11:38 +020015cifs-$(CONFIG_CIFS_XATTR) += xattr.o
Jeff Layton79df1ba2010-12-06 12:52:08 -050016cifs-$(CONFIG_CIFS_ACL) += cifsacl.o
Jeff Layton09fe7ba2007-11-03 04:48:29 +000017
18cifs-$(CONFIG_CIFS_UPCALL) += cifs_spnego.o
Steve French61033352008-01-09 16:21:36 +000019
Igor Mammedov6d5ae0d2008-01-25 03:28:31 +000020cifs-$(CONFIG_CIFS_DFS_UPCALL) += dns_resolve.o cifs_dfs_ref.o
Suresh Jayaramanf579cf32010-07-05 18:11:50 +053021
Suresh Jayaraman488f1d2d2010-07-05 18:12:15 +053022cifs-$(CONFIG_CIFS_FSCACHE) += fscache.o cache.o
Long Lif1981862017-11-04 18:17:24 -070023
24cifs-$(CONFIG_CIFS_SMB_DIRECT) += smbdirect.o