mirror of
https://gitflic.ru/project/npo_rbs/repka-os_kernel.git
synced 2025-04-16 09:14:16 +00:00
5 lines
135 B
Makefile
5 lines
135 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-$(CONFIG_SMBFS) += common/
|
|
obj-$(CONFIG_CIFS) += client/
|
|
obj-$(CONFIG_SMB_SERVER) += server/
|