147e4937aSGao Xiang# SPDX-License-Identifier: GPL-2.0-only 247e4937aSGao Xiang 347e4937aSGao Xiangobj-$(CONFIG_EROFS_FS) += erofs.o 4cacd5b04SChunhai Guoerofs-objs := super.o inode.o data.o namei.o dir.o sysfs.o 547e4937aSGao Xiangerofs-$(CONFIG_EROFS_FS_XATTR) += xattr.o 6f36f3010SChunhai Guoerofs-$(CONFIG_EROFS_FS_ZIP) += decompressor.o zmap.o zdata.o zutil.o 7622ceaddSGao Xiangerofs-$(CONFIG_EROFS_FS_ZIP_LZMA) += decompressor_lzma.o 8ffa09b3bSGao Xiangerofs-$(CONFIG_EROFS_FS_ZIP_DEFLATE) += decompressor_deflate.o 97c35de4dSGao Xiangerofs-$(CONFIG_EROFS_FS_ZIP_ZSTD) += decompressor_zstd.o 10*ce63cb62SGao Xiangerofs-$(CONFIG_EROFS_FS_BACKED_BY_FILE) += fileio.o 11c6be2bd0SJeffle Xuerofs-$(CONFIG_EROFS_FS_ONDEMAND) += fscache.o 12