xref: /linux/fs/smb/Makefile (revision 7a0e692a0381254b2f77c54dec100cd3325a6fdf)
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