Linux Audio

Check our new training course

Linux BSP development engineering services

Need help to port Linux and bootloaders to your hardware?
Loading...
v6.9.4
1# SPDX-License-Identifier: GPL-2.0
2
3obj-$(CONFIG_SMBFS)		+= common
4obj-$(CONFIG_CIFS)		+= client
5obj-$(CONFIG_SMB_SERVER)	+= server
v6.13.7
1# SPDX-License-Identifier: GPL-2.0
2
3obj-$(CONFIG_SMBFS)		+= common
4obj-$(CONFIG_CIFS)		+= client
5obj-$(CONFIG_SMB_SERVER)	+= server