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