Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Makefile for Linux CIFS/SMB2/SMB3 VFS client
0004 #
0005 ccflags-y += -I$(src)           # needed for trace events
0006 obj-$(CONFIG_CIFS) += cifs.o
0007 
0008 cifs-y := trace.o cifsfs.o cifs_debug.o connect.o dir.o file.o \
0009           inode.o link.o misc.o netmisc.o smbencrypt.o transport.o \
0010           cached_dir.o cifs_unicode.o nterr.o cifsencrypt.o \
0011           readdir.o ioctl.o sess.o export.o unc.o winucase.o \
0012           smb2ops.o smb2maperror.o smb2transport.o \
0013           smb2misc.o smb2pdu.o smb2inode.o smb2file.o cifsacl.o fs_context.o \
0014           dns_resolve.o cifs_spnego_negtokeninit.asn1.o asn1.o
0015 
0016 $(obj)/asn1.o: $(obj)/cifs_spnego_negtokeninit.asn1.h
0017 
0018 $(obj)/cifs_spnego_negtokeninit.asn1.o: $(obj)/cifs_spnego_negtokeninit.asn1.c $(obj)/cifs_spnego_negtokeninit.asn1.h
0019 
0020 cifs-$(CONFIG_CIFS_XATTR) += xattr.o
0021 
0022 cifs-$(CONFIG_CIFS_UPCALL) += cifs_spnego.o
0023 
0024 cifs-$(CONFIG_CIFS_DFS_UPCALL) += cifs_dfs_ref.o dfs_cache.o
0025 
0026 cifs-$(CONFIG_CIFS_SWN_UPCALL) += netlink.o cifs_swn.o
0027 
0028 cifs-$(CONFIG_CIFS_FSCACHE) += fscache.o
0029 
0030 cifs-$(CONFIG_CIFS_SMB_DIRECT) += smbdirect.o
0031 
0032 cifs-$(CONFIG_CIFS_ROOT) += cifsroot.o
0033 
0034 cifs-$(CONFIG_CIFS_ALLOW_INSECURE_LEGACY) += smb1ops.o cifssmb.o