Gao Xiang | 29b24f6 | 2019-07-31 23:57:31 +0800 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Gao Xiang | fd68c6a | 2018-07-26 20:21:51 +0800 | [diff] [blame] | 2 | |
Gao Xiang | fd68c6a | 2018-07-26 20:21:51 +0800 | [diff] [blame] | 3 | obj-$(CONFIG_EROFS_FS) += erofs.o |
Huang Jianan | 168e9a7 | 2021-12-01 22:54:36 +0800 | [diff] [blame] | 4 | erofs-objs := super.o inode.o data.o namei.o dir.o utils.o pcpubuf.o sysfs.o |
Gao Xiang | b17500a | 2018-07-26 20:21:52 +0800 | [diff] [blame] | 5 | erofs-$(CONFIG_EROFS_FS_XATTR) += xattr.o |
Gao Xiang | 57b78c9 | 2019-07-31 23:57:32 +0800 | [diff] [blame] | 6 | erofs-$(CONFIG_EROFS_FS_ZIP) += decompressor.o zmap.o zdata.o |
Gao Xiang | 622cead | 2021-10-11 05:31:45 +0800 | [diff] [blame] | 7 | erofs-$(CONFIG_EROFS_FS_ZIP_LZMA) += decompressor_lzma.o |