diff options
Diffstat (limited to 'fs/cifs/Makefile')
-rw-r--r-- | fs/cifs/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/cifs/Makefile b/fs/cifs/Makefile new file mode 100644 index 000000000000..7384947a0f93 --- /dev/null +++ b/fs/cifs/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for Linux CIFS VFS client +# +obj-$(CONFIG_CIFS) += cifs.o + +cifs-objs := cifsfs.o cifssmb.o cifs_debug.o connect.o dir.o file.o inode.o link.o misc.o netmisc.o smbdes.o smbencrypt.o transport.o asn1.o md4.o md5.o cifs_unicode.o nterr.o xattr.o cifsencrypt.o fcntl.o readdir.o ioctl.o |