xref: /linux/fs/smb/Makefile (revision 09e6b79b8ce388993aec9ac91b1cb2c181c27bd9)
1# SPDX-License-Identifier: GPL-2.0
2
3obj-$(CONFIG_SMBFS)		+= common/
4obj-$(CONFIG_SMBDIRECT)		+= smbdirect/
5obj-$(CONFIG_CIFS)		+= client/
6obj-$(CONFIG_SMB_SERVER)	+= server/
7