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