diff options
author | Namjae Jeon <namjae.jeon@samsung.com> | 2021-03-16 04:51:34 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2021-05-11 03:15:16 +0300 |
commit | a848c4f15ab6d5d405dbee7de5da71839b2bf35e (patch) | |
tree | a23858fb8ab25d84a8b75a9c3690b4a06433c74e /fs/Makefile | |
parent | f44158485826c076335d6860d35872271a83791d (diff) | |
download | linux-a848c4f15ab6d5d405dbee7de5da71839b2bf35e.tar.xz |
cifsd: add Kconfig and Makefile
This adds the Kconfig and Makefile for cifsd.
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com>
Acked-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile index 9c708e1fbe8f..542a77374d12 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -98,6 +98,7 @@ obj-$(CONFIG_NLS) += nls/ obj-$(CONFIG_UNICODE) += unicode/ obj-$(CONFIG_SYSV_FS) += sysv/ obj-$(CONFIG_CIFS) += cifs/ +obj-$(CONFIG_SMB_SERVER) += cifsd/ obj-$(CONFIG_HPFS_FS) += hpfs/ obj-$(CONFIG_NTFS_FS) += ntfs/ obj-$(CONFIG_UFS_FS) += ufs/ |