mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-18 03:06:43 +00:00
6 lines
135 B
Makefile
6 lines
135 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
obj-$(CONFIG_SMBFS) += common/
|
||
|
obj-$(CONFIG_CIFS) += client/
|
||
|
obj-$(CONFIG_SMB_SERVER) += server/
|