xref: /linux/fs/smb/common/Makefile (revision 6234f50105fbb0fffe878b6b493325d67822e43b)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile for Linux filesystem routines that are shared by client and server.
4#
5
6obj-$(CONFIG_SMBFS) += cifs_md4.o
7obj-$(CONFIG_SMBFS) += smb_compress.o
8
9smb_compress-y := compress/compress.o compress/lz77.o
10