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