Files
linux-stable-mirror/fs/smb/common/Makefile
T
Namjae JeonandSteve French 6234f50105 smb: add common SMB2 compression transform helpers
Implement common validation, compression and decompression for SMB2
compression transforms.

Support unchained LZ77 and chained NONE, LZ77 and Pattern_V1 payloads.

Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
2026-06-16 18:57:21 -05:00

10 lines
251 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for Linux filesystem routines that are shared by client and server.
#
obj-$(CONFIG_SMBFS) += cifs_md4.o
obj-$(CONFIG_SMBFS) += smb_compress.o
smb_compress-y := compress/compress.o compress/lz77.o