xref: /linux/fs/smb/common/Makefile (revision bba2c3615bd6cfee7456d1130f2e6b01b3f4e9ba)
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