diff options
Diffstat (limited to 'fs/smb/common/Makefile')
-rw-r--r-- | fs/smb/common/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/smb/common/Makefile b/fs/smb/common/Makefile new file mode 100644 index 000000000..c66dbbc14 --- /dev/null +++ b/fs/smb/common/Makefile @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0-only +# +# Makefile for Linux filesystem routines that are shared by client and server. +# + +obj-$(CONFIG_SMBFS) += cifs_arc4.o +obj-$(CONFIG_SMBFS) += cifs_md4.o |