Merge tag 'hwmon-for-v6.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / fs / erofs / Makefile
blob4331d53c7109550a0518f2ed8df456deecdd2f8c
1 # SPDX-License-Identifier: GPL-2.0-only
3 obj-$(CONFIG_EROFS_FS) += erofs.o
4 erofs-objs := super.o inode.o data.o namei.o dir.o sysfs.o
5 erofs-$(CONFIG_EROFS_FS_XATTR) += xattr.o
6 erofs-$(CONFIG_EROFS_FS_ZIP) += decompressor.o zmap.o zdata.o zutil.o
7 erofs-$(CONFIG_EROFS_FS_ZIP_LZMA) += decompressor_lzma.o
8 erofs-$(CONFIG_EROFS_FS_ZIP_DEFLATE) += decompressor_deflate.o
9 erofs-$(CONFIG_EROFS_FS_ZIP_ZSTD) += decompressor_zstd.o
10 erofs-$(CONFIG_EROFS_FS_BACKED_BY_FILE) += fileio.o
11 erofs-$(CONFIG_EROFS_FS_ONDEMAND) += fscache.o