mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-17 16:14:25 +08:00
7 lines
296 B
Makefile
7 lines
296 B
Makefile
|
#
|
||
|
# 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
|